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:33:50 +0000 (18:33 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 27 Mar 2001 18:33:50 +0000 (18:33 +0000)
crypto/bio/b_print.c

index a62f5516354811e8b5fa2cf870f370ce7d50a609..b4f7a85f2e49b8166da186b683781ba177399c08 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