diff options
author | Richard Levitte <levitte@openssl.org> | 2003-03-20 23:24:59 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-03-20 23:24:59 +0000 |
commit | c11b9af75e1b42ca2a9373dde3ae3fac63c297c0 (patch) | |
tree | 1419e8a63518a2a3fc057ab92506d56b02d95a08 /crypto/md2 | |
parent | 08a54f6e6a2bf705eb26489e2023b53e1e99607d (diff) | |
download | openssl-new-c11b9af75e1b42ca2a9373dde3ae3fac63c297c0.tar.gz |
Make sure we get the definition of OPENSSL_NO_MD2.
Diffstat (limited to 'crypto/md2')
-rw-r--r-- | crypto/md2/md2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md2/md2.h b/crypto/md2/md2.h index ad9241455c..6fcb9b1bdc 100644 --- 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" { |