提交 e79ec456 编写于 作者: B Bodo Möller

fix #include position

Submitted by: Nils Larsch
上级 3e268d27
...@@ -59,7 +59,6 @@ ...@@ -59,7 +59,6 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <openssl/ripemd.h>
#ifdef OPENSSL_NO_RIPEMD #ifdef OPENSSL_NO_RIPEMD
int main(int argc, char *argv[]) int main(int argc, char *argv[])
...@@ -68,6 +67,7 @@ int main(int argc, char *argv[]) ...@@ -68,6 +67,7 @@ int main(int argc, char *argv[])
return(0); return(0);
} }
#else #else
#include <openssl/ripemd.h>
#include <openssl/evp.h> #include <openssl/evp.h>
#ifdef CHARSET_EBCDIC #ifdef CHARSET_EBCDIC
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册