提交 a95d2c51 编写于 作者: B Bodo Möller

Make sure OPENSSL_SYS_... is defined when we need it.

上级 1876cc32
......@@ -56,13 +56,14 @@
* [including the GNU Public Licence.]
*/
#include "e_os.h"
#ifdef OPENSSL_SYS_WIN32
#include <stdlib.h>
#endif
#include "e_os.h" /* OPENSSL_EXTERN */
#ifdef OPENSSL_BUILD_SHLIBCRYPTO
# undef OPENSSL_EXTERN
# define OPENSSL_EXTERN OPENSSL_EXPORT
......
......@@ -54,6 +54,7 @@
*
*/
#include <openssl/e_os2.h>
#include <openssl/rand.h>
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册