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