Fix compilation when HAVE_LONG_LONG isn't defined.

This commit is contained in:
Geoff Thorpe 2005-07-26 04:43:31 +00:00
parent f920c5b590
commit 209b12814f

View File

@ -115,7 +115,7 @@
#define LDOUBLE double #define LDOUBLE double
#endif #endif
#if HAVE_LONG_LONG #ifdef HAVE_LONG_LONG
# if defined(OPENSSL_SYS_WIN32) && !defined(__GNUC__) # if defined(OPENSSL_SYS_WIN32) && !defined(__GNUC__)
# define LLONG _int64 # define LLONG _int64
# else # else