Hi, I just tried to compile OpenSSL 1.0.1k on Windows using the same compilation steps I used for previous versions (1.0.1j.tar.gz built fine) but encountered an error:
In crypto/cversion.c, line 79 are the following lines:
#ifdef CFLAGS
return(cflags);
#else
The error is on line 80, where the existence for CFLAGS is tested but
(cflags) is actually returned. Changing "cflags" for "CFLAGS" seems to
solve it and the compilation succeeds.
I figured I let you know. :)
Julien.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
