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:
parent
60790aff6f
commit
83b4f49c0a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue