aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-27 18:34:04 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-27 18:34:04 +0000
commit347177e052616821d81bcb389faf9764fc8bd65d (patch)
treee7d427255ee4e44dabf2124ad276fab839a66e5b
parentb7883fbb6edc8e2fb4d59d6918e48127732a07f8 (diff)
downloadopenssl-347177e052616821d81bcb389faf9764fc8bd65d.tar.gz
Include bn.h so we get BN_LLONG properly defined. Otherwise, we can forget things like %lld
-rw-r--r--crypto/bio/b_print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c
index f6277426d7..40070fbbde 100644
--- a/crypto/bio/b_print.c
+++ b/crypto/bio/b_print.c
@@ -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