Hi.

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

That helps.

But now I have the following problems:

.\crypto\ec\ec_asn1.c(260) : error C2370: 'ECPKPARAMETERS_it' : redefinition; di
fferent storage class
.\crypto\ec\ec_asn1.c(258) : see declaration of 'ECPKPARAMETERS_it' .\crypto\ec\ec_asn1.c(261) : error C2370: 'ECPKPARAMETERS_it' : redefinition; di
fferent storage class
.\crypto\ec\ec_asn1.c(258) : see declaration of 'ECPKPARAMETERS_it' .\crypto\ec\ec_asn1.c(271) : error C2370: 'EC_PRIVATEKEY_it' : redefinition; dif
ferent storage class
        .\crypto\ec\ec_asn1.c(269) : see declaration of 'EC_PRIVATEKEY_it'
.\crypto\ec\ec_asn1.c(272) : error C2370: 'EC_PRIVATEKEY_it' : redefinition; dif
ferent storage class
        .\crypto\ec\ec_asn1.c(269) : see declaration of 'EC_PRIVATEKEY_it'


What I have to do? Thanks.

--
Best Regards,
Igor Mironchik.

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

Reply via email to