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