[openssl-dev] [openssl.org #3651] Compilation error on Windows x64 in crypto/cversion.c

Julien Kauffmann via RT rt at openssl.org
Tue Jan 13 19:43:59 UTC 2015


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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4276 bytes
Desc: not available
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20150113/d07481df/attachment.bin>


More information about the openssl-dev mailing list