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