A small change that only went to the engine-0.9.6 branch...
authorRichard Levitte <levitte@openssl.org>
Thu, 5 Apr 2001 21:08:33 +0000 (21:08 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 5 Apr 2001 21:08:33 +0000 (21:08 +0000)
This change will be part of 0.9.6a.

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