Fix compilation when HAVE_LONG_LONG isn't defined.
authorGeoff Thorpe <geoff@openssl.org>
Tue, 26 Jul 2005 04:43:31 +0000 (04:43 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 26 Jul 2005 04:43:31 +0000 (04:43 +0000)
crypto/bio/b_print.c

index 4857cfe0ce841c558f3a50b4d91f5f3b30665acb..b2d6f26f2e1f223a0a709b30862ab4ec1d3a481a 100644 (file)
 #define LDOUBLE double
 #endif
 
-#if HAVE_LONG_LONG
+#ifdef HAVE_LONG_LONG
 # if defined(OPENSSL_SYS_WIN32) && !defined(__GNUC__)
 # define LLONG _int64
 # else