From: Bodo Möller Date: Mon, 18 Mar 2002 13:05:20 +0000 (+0000) Subject: fix #include position X-Git-Tag: OpenSSL_0_9_6d~20^2~70 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e79ec456beacdc1d8b463d90661fc872e7cf836a;p=oweals%2Fopenssl.git fix #include position Submitted by: Nils Larsch --- 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