From e79ec456beacdc1d8b463d90661fc872e7cf836a Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Mon, 18 Mar 2002 13:05:20 +0000 Subject: fix #include position Submitted by: Nils Larsch --- crypto/ripemd/rmdtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/ripemd') 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 -- cgit v1.2.3