Fix compilation when HAVE_LONG_LONG isn't defined.
This commit is contained in:
parent
f920c5b590
commit
209b12814f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user