projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7883fb
)
Include bn.h so we get BN_LLONG properly defined. Otherwise, we can forget things...
author
Richard Levitte
<levitte@openssl.org>
Tue, 27 Mar 2001 18:34:04 +0000
(18:34 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 27 Mar 2001 18:34:04 +0000
(18:34 +0000)
crypto/bio/b_print.c
patch
|
blob
|
history
diff --git
a/crypto/bio/b_print.c
b/crypto/bio/b_print.c
index f6277426d7eb874529d06775e0e535fb0c6825ec..40070fbbde4080ce452450480ca997e7a8d2f469 100644
(file)
--- 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