mirror of
https://github.com/openssl/openssl.git
synced 2024-11-24 18:43:34 +08:00
Make sure OPENSSL_SYS_... is defined when we need it.
This commit is contained in:
parent
1876cc32ae
commit
a95d2c5133
@ -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>
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user