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:
641e6ef
)
Make sure we get the definition of OPENSSL_NO_MD4.
author
Richard Levitte
<levitte@openssl.org>
Thu, 20 Mar 2003 23:31:24 +0000
(23:31 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 20 Mar 2003 23:31:24 +0000
(23:31 +0000)
crypto/evp/m_md4.c
patch
|
blob
|
history
diff --git
a/crypto/evp/m_md4.c
b/crypto/evp/m_md4.c
index e19b6637546c019e87c4c3778e7f8ecc2f13b0f0..a3f6be4f3b72283de6a9c09d10ee8261aa7542d5 100644
(file)
--- a/
crypto/evp/m_md4.c
+++ b/
crypto/evp/m_md4.c
@@
-56,9
+56,11
@@
* [including the GNU Public Licence.]
*/
-#ifndef OPENSSL_NO_MD4
#include <stdio.h>
#include "cryptlib.h"
+
+#ifndef OPENSSL_NO_MD4
+
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/x509.h>