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:
8c84b67
)
Make sure we get the definition of OPENSSL_NO_BF.
author
Richard Levitte
<levitte@openssl.org>
Thu, 20 Mar 2003 23:28:16 +0000
(23:28 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 20 Mar 2003 23:28:16 +0000
(23:28 +0000)
crypto/evp/e_bf.c
patch
|
blob
|
history
diff --git
a/crypto/evp/e_bf.c
b/crypto/evp/e_bf.c
index e74337567b516cba005548962a7f96b798a96677..cc224e53639407dc06a2a9fbb56d17fa2c233dc6 100644
(file)
--- a/
crypto/evp/e_bf.c
+++ b/
crypto/evp/e_bf.c
@@
-56,9
+56,9
@@
* [including the GNU Public Licence.]
*/
-#ifndef OPENSSL_NO_BF
#include <stdio.h>
#include "cryptlib.h"
+#ifndef OPENSSL_NO_BF
#include <openssl/evp.h>
#include "evp_locl.h"
#include <openssl/objects.h>