> From: owner-openssl-users On Behalf Of Igor Mironchik
> Sent: Saturday, November 16, 2013 05:09

> I'm trying to compile OpenSSL with MSVC 2013.
> 
> First error was that <strings.h> include file wasn't found, and I
> comment the next line in crypto/o_str.c
> 
> #if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && \
>      !defined(OPENSSL_SYSNAME_WIN32) && \
>      !defined(NETWARE_CLIB)
> // # include <strings.h>
> #endif
> 
Are you sure you configured correctly? I haven't done 1.0.1e yet, but 
all versions I have built with MSVC define OPENSSL_SYSNAME_WIN32
as one would expect, which causes that #if to be skipped.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to