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:
536b73e
)
Make sure we get the definition of OPENSSL_NO_BF.
author
Richard Levitte
<levitte@openssl.org>
Thu, 20 Mar 2003 23:17:04 +0000
(23:17 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 20 Mar 2003 23:17:04 +0000
(23:17 +0000)
crypto/bf/bftest.c
patch
|
blob
|
history
diff --git
a/crypto/bf/bftest.c
b/crypto/bf/bftest.c
index 24d526b14bdb94163e31b44fdae4bbcdca736ccd..14bc4d7c8b440845556c08ccaf04532e6ebdc2d8 100644
(file)
--- a/
crypto/bf/bftest.c
+++ b/
crypto/bf/bftest.c
@@
-62,6
+62,7
@@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_BF is defined */
#include "../e_os.h"