From: Richard Levitte Date: Thu, 20 Mar 2003 23:24:59 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_MD2. X-Git-Tag: BEN_FIPS_TEST_1~38^2~222 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c11b9af75e1b42ca2a9373dde3ae3fac63c297c0;p=oweals%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_MD2. --- 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_NO_MD2, MD2_INT */ #ifdef OPENSSL_NO_MD2 #error MD2 is disabled. #endif #define MD2_DIGEST_LENGTH 16 #define MD2_BLOCK 16 -#include /* MD2_INT */ #ifdef __cplusplus extern "C" {