Move header file inclusion to prevent irritation of users forgetting to

call "make depend" after enabling or disabling ciphers...
Submitted by: Tal Mozes <talm@cyber-ark.com>

PR: #628
This commit is contained in:
Lutz Jänicke 2003-05-28 19:56:46 +00:00
parent 60790aff6f
commit 83b4f49c0a

View file

@ -59,7 +59,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/md2.h>
#include "../e_os.h"
@ -71,6 +70,7 @@ int main(int argc, char *argv[])
}
#else
#include <openssl/evp.h>
#include <openssl/md2.h>
#ifdef CHARSET_EBCDIC
#include <openssl/ebcdic.h>