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:
fa52863
)
A small change that only went to the engine-0.9.6 branch...
author
Richard Levitte
<levitte@openssl.org>
Thu, 5 Apr 2001 21:08:33 +0000
(21:08 +0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/crypto/bio/b_print.c
b/crypto/bio/b_print.c
index a62f5516354811e8b5fa2cf870f370ce7d50a609..b4f7a85f2e49b8166da186b683781ba177399c08 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