Bug fix.
authorUlf Möller <ulf@openssl.org>
Tue, 29 Feb 2000 14:47:29 +0000 (14:47 +0000)
committerUlf Möller <ulf@openssl.org>
Tue, 29 Feb 2000 14:47:29 +0000 (14:47 +0000)
Pointed out by: Gisle Vanem <gvanem@eunet.no>

crypto/bio/b_print.c

index 2a5e8b58c9c44f531709c10fcf0219fd48301585..21248fbb3bdb1e43503baae5f70963b7ae9ed804 100644 (file)
@@ -72,7 +72,7 @@
 
 #ifdef BN_LLONG
 # ifndef HAVE_LONG_LONG
-#  define HAVE_LONG_LONG
+#  define HAVE_LONG_LONG 1
 # endif
 #endif