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:
08a54f6
)
Make sure we get the definition of OPENSSL_NO_MD2.
author
Richard Levitte
<levitte@openssl.org>
Thu, 20 Mar 2003 23:24:59 +0000
(23:24 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 20 Mar 2003 23:24:59 +0000
(23:24 +0000)
crypto/md2/md2.h
patch
|
blob
|
history
diff --git
a/crypto/md2/md2.h
b/crypto/md2/md2.h
index ad9241455caf8ec5192169e403582547a88147fa..6fcb9b1bdc43d42c032c97d25393f56fd8c570fc 100644
(file)
--- a/
crypto/md2/md2.h
+++ b/
crypto/md2/md2.h
@@
-59,13
+59,13
@@
#ifndef HEADER_MD2_H
#define HEADER_MD2_H
+#include <openssl/opensslconf.h> /* OPENSSL_NO_MD2, MD2_INT */
#ifdef OPENSSL_NO_MD2
#error MD2 is disabled.
#endif
#define MD2_DIGEST_LENGTH 16
#define MD2_BLOCK 16
-#include <openssl/opensslconf.h> /* MD2_INT */
#ifdef __cplusplus
extern "C" {