提交 4981372d 编写于 作者: R Richard Levitte

Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS

get a chance to be defined.
上级 3ebac273
......@@ -61,6 +61,10 @@
#include <stdlib.h>
#include <string.h>
#include <openssl/e_os.h>
#include <openssl/crypto.h>
#include <openssl/rand.h>
#ifdef OPENSSL_SYS_VMS
#include <unixio.h>
#endif
......@@ -73,10 +77,6 @@
# include <sys/stat.h>
#endif
#include <openssl/e_os.h>
#include <openssl/crypto.h>
#include <openssl/rand.h>
#undef BUFSIZE
#define BUFSIZE 1024
#define RAND_DATA 1024
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册