projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e268d2
)
fix #include position
author
Bodo Möller
<bodo@openssl.org>
Mon, 18 Mar 2002 13:05:20 +0000
(13:05 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 18 Mar 2002 13:05:20 +0000
(13:05 +0000)
Submitted by: Nils Larsch
crypto/ripemd/rmdtest.c
patch
|
blob
|
history
diff --git
a/crypto/ripemd/rmdtest.c
b/crypto/ripemd/rmdtest.c
index 19e9741db2ae67db5cd3ca4a57cca7b6bb939489..be1fb8b1f6d200c253b58c0a93c1c43e3c3ecbda 100644
(file)
--- 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