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