Include bn.h so we get BN_LLONG properly defined. Otherwise, we can forget things...
authorRichard Levitte <levitte@openssl.org>
Tue, 27 Mar 2001 18:34:04 +0000 (18:34 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 27 Mar 2001 18:34:04 +0000 (18:34 +0000)
crypto/bio/b_print.c

index f6277426d7eb874529d06775e0e535fb0c6825ec..40070fbbde4080ce452450480ca997e7a8d2f469 100644 (file)
@@ -69,6 +69,7 @@
 #ifndef NO_SYS_TYPES_H
 #include <sys/types.h>
 #endif
+#include <openssl/bn.h>         /* To get BN_LLONG properly defined */
 #include <openssl/bio.h>
 
 #ifdef BN_LLONG