提交 74d2b0f1 编写于 作者: R Richard Levitte

Don't include e_os.h before the system headers

上级 d40a9e82
......@@ -61,8 +61,6 @@
#include <stdlib.h>
#include <string.h>
#include "openssl/e_os.h"
#ifdef VMS
#include <unixio.h>
#endif
......@@ -75,6 +73,7 @@
# include <sys/stat.h>
#endif
#include <openssl/e_os.h>
#include <openssl/crypto.h>
#include <openssl/rand.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册