Hi,
I am trying to build WIN32 version of latest openssl and in the case I run
perl Configure VC-WIN32
which overwrites the file opensslconf.h, the compilation of
crypto\bio\b_print.c fails.
The failure is caused by defined BN_LLONG, which translates LLONG type in
above mentioned file
into datatype "long long", which is not recognized by VC++ compiler.
My question is what do you think is correct solution:
a, undefine BN_LLONG for Windows configurations
b, define LLONG in b_print.c as _int64 for Windows configurations
Thanks,
Stefan Kotes
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]