From: Richard Levitte Date: Mon, 12 Aug 2002 21:22:05 +0000 (+0000) Subject: Do not include openssl/ripemd.h when the RIPEMD algorithm has been deselected. X-Git-Tag: OpenSSL_0_9_7-beta4~206 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a1f09ea8f8f292eb62aa5e43f3475d63e696f2fb;p=oweals%2Fopenssl.git Do not include openssl/ripemd.h when the RIPEMD algorithm has been deselected. PR: 216, point 1 --- diff --git a/crypto/ripemd/rmdtest.c b/crypto/ripemd/rmdtest.c index 19e9741db2..be1fb8b1f6 100644 --- a/crypto/ripemd/rmdtest.c +++ b/crypto/ripemd/rmdtest.c @@ -59,7 +59,6 @@ #include #include #include -#include #ifdef OPENSSL_NO_RIPEMD int main(int argc, char *argv[]) @@ -68,6 +67,7 @@ int main(int argc, char *argv[]) return(0); } #else +#include #include #ifdef CHARSET_EBCDIC