From: Ulf Möller Date: Tue, 29 Feb 2000 14:47:29 +0000 (+0000) Subject: Bug fix. X-Git-Tag: OpenSSL_0_9_5a-beta1~144 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=96723a3a68657ee94a1a16bef1900549c4d57e1d;ds=sidebyside Bug fix. Pointed out by: Gisle Vanem --- diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c index 2a5e8b58c9..21248fbb3b 100644 --- a/crypto/bio/b_print.c +++ b/crypto/bio/b_print.c @@ -72,7 +72,7 @@ #ifdef BN_LLONG # ifndef HAVE_LONG_LONG -# define HAVE_LONG_LONG +# define HAVE_LONG_LONG 1 # endif #endif