aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ripemd
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-03-18 13:05:20 +0000
committerBodo Möller <bodo@openssl.org>2002-03-18 13:05:20 +0000
commite79ec456beacdc1d8b463d90661fc872e7cf836a (patch)
tree3f3e79837a06e9a2f631acdf523e86e08ad4c0e3 /crypto/ripemd
parent3e268d2717df4f74acddccf2ffe954f63b54b8a0 (diff)
downloadopenssl-e79ec456beacdc1d8b463d90661fc872e7cf836a.tar.gz
fix #include position
Submitted by: Nils Larsch
Diffstat (limited to 'crypto/ripemd')
-rw-r--r--crypto/ripemd/rmdtest.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <string.h>
#include <stdlib.h>
-#include <openssl/ripemd.h>
#ifdef OPENSSL_NO_RIPEMD
int main(int argc, char *argv[])
@@ -68,6 +67,7 @@ int main(int argc, char *argv[])
return(0);
}
#else
+#include <openssl/ripemd.h>
#include <openssl/evp.h>
#ifdef CHARSET_EBCDIC