RE: OpenSSL v.1.0.1e and MSVC 2013

2013-11-18 Thread Eichenberger, John
enssl-users@openssl.org Subject: RE: OpenSSL v.1.0.1e and MSVC 2013 > 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 include file wasn't found, and

RE: OpenSSL v.1.0.1e and MSVC 2013

2013-11-16 Thread Dave Thompson
> 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 include file wasn't found, and I > comment the next line in crypto/o_str.c > > #if !defined(OPENSSL_IMPLEMENTS_strncasecmp)

Re: [Bulk] OpenSSL v.1.0.1e and MSVC 2013

2013-11-16 Thread Igor Mironchik
"Igor Mironchik" wrote: 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: 'ECPK

Re: [Bulk] OpenSSL v.1.0.1e and MSVC 2013

2013-11-16 Thread Gisle Vanem
"Igor Mironchik" wrote: 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: 'ECPKPAR

OpenSSL v.1.0.1e and MSVC 2013

2013-11-16 Thread Igor Mironchik
Hi. I'm trying to compile OpenSSL with MSVC 2013. First error was that 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 #endif That hel

OpenSSL v.1.0.1e and MSVC 2013

2013-11-16 Thread Igor Mironchik
Hi. I'm trying to compile OpenSSL with MSVC 2013. First error was that 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 #endif That hel