From a1f09ea8f8f292eb62aa5e43f3475d63e696f2fb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 12 Aug 2002 21:22:05 +0000 Subject: [PATCH] Do not include openssl/ripemd.h when the RIPEMD algorithm has been deselected. PR: 216, point 1 --- crypto/ripemd/rmdtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1