Hello

On a windows 7 / gcc-for-windows configuration
the command ms/mingw32 fails :
In file included from tmp/e_os.h:282:0
                from .\ssl\ssl_locl.h:150
                from .\ssl\t1_lib.c:118
In file gcc-for-windows\include\ws2tcpip.h:38:2 erreor #error "w2tcpip.h is not compatible with winsock.h Include winsock2.h instead

Here the source code
------------------------------------
/*
 * TCP/IP specific extensions in Windows Sockets 2
 *
 * Portions Copyright (c) 1980, 1983, 1988, 1993
 * The Regents of the University of California.  All rights reserved.
 *
 */

#if (defined _WINSOCK_H && !defined _WINSOCK2_H)
#error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead."
#endif
----------------------------------

Same error on openssl-1.0.1f and openssl-1.0.1g

Can you help me ?

Thank a lot.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to