fix #include position
Submitted by: Nils Larsch
This commit is contained in:
parent
3e268d2717
commit
e79ec456be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue