Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS
get a chance to be defined.
This commit is contained in:
parent
3ebac273f5
commit
4981372d03
@ -61,6 +61,10 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include <openssl/e_os.h>
|
||||||
|
#include <openssl/crypto.h>
|
||||||
|
#include <openssl/rand.h>
|
||||||
|
|
||||||
#ifdef OPENSSL_SYS_VMS
|
#ifdef OPENSSL_SYS_VMS
|
||||||
#include <unixio.h>
|
#include <unixio.h>
|
||||||
#endif
|
#endif
|
||||||
@ -73,10 +77,6 @@
|
|||||||
# include <sys/stat.h>
|
# include <sys/stat.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <openssl/e_os.h>
|
|
||||||
#include <openssl/crypto.h>
|
|
||||||
#include <openssl/rand.h>
|
|
||||||
|
|
||||||
#undef BUFSIZE
|
#undef BUFSIZE
|
||||||
#define BUFSIZE 1024
|
#define BUFSIZE 1024
|
||||||
#define RAND_DATA 1024
|
#define RAND_DATA 1024
|
||||||
|
Loading…
x
Reference in New Issue
Block a user