Post by tim_cI'm again attempting to find a way to use openssl with ow
Has anyone recently succeeded under win32? A trawl of the net shows
someone came close a few years ago.
I gave up on trying to compile openssl itself, this time trying
precompiled. (calling convention problem can be left for later)
Right now I am trying to compile a small library which links to openssl.
This gets no-where because of header stupidity, worked around some of it.
Which leads back to has anyone succeeded?
I found a version of openssl that builds with cmake, and removes the perl
dependency.
https://launchpad.net/openssl-cmake
that's to not say it doesn't need a little massaging...
-----
M:\openssl-cmake-1.0.1e-src\crypto\asn1\n_pkey.c(95): Error! E1057:
Modifiers disagree with previous definition of 'NETSCAPE_ENCRYPTED_PKEY_it'
M:\openssl-cmake-1.0.1e-src\crypto\asn1\n_pkey.c(95): Note! N2002:
'NETSCAPE_ENCRYPTED_PKEY_it' defined in:
M:\openssl-cmake-1.0.1e-src\crypto\asn1\n_pkey.c(93)
M:\openssl-cmake-1.0.1e-src\crypto\asn1\n_pkey.c(96): Error! E1057:
Modifiers disagree with previous definition of 'NETSCAPE_ENCRYPTED_PKEY_it'
M:\openssl-cmake-1.0.1e-src\crypto\asn1\n_pkey.c(96): Note! N2002:
'NETSCAPE_ENCRYPTED_PKEY_it' defined in:
M:\openssl-cmake-1.0.1e-src\crypto\asn1\n_pkey.c(93)
M:\openssl-cmake-1.0.1e-src\crypto\asn1\n_pkey.c(105): Error! E1057:
Modifiers disagree with previous definition of 'NETSCAPE_PKEY_it'
M:\openssl-cmake-1.0.1e-src\crypto\asn1\n_pkey.c(105): Note! N2002:
'NETSCAPE_PKEY_it' defined in:
M:\openssl-cmake-1.0.1e-src\crypto\asn1\n_pkey.c(103)
M:\openssl-cmake-1.0.1e-src\crypto\asn1\n_pkey.c(106): Error! E1057:
Modifiers disagree with previous definition of 'NETSCAPE_PKEY_it'
M:\openssl-cmake-1.0.1e-src\crypto\asn1\n_pkey.c(106): Note! N2002:
'NETSCAPE_PKEY_it' defined in:
M:\openssl-cmake-1.0.1e-src\crypto\asn1\n_pkey.c(103)
Error: Compiler returned a bad status compiling
"M:\openssl-cmake-1.0.1e-src\crypto\asn1\n_pkey.c"
which requires decoding layers of defines...
n_pkey.c(95): DECLARE_ASN1_FUNCTIONS_const(NETSCAPE_ENCRYPTED_PKEY)
I remember fixing it, but I don't know what ths issue was... had to get
the compile command and make it compile to a preprocessed file...