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

This commit is contained in:
Bodo Möller 2001-04-03 14:03:19 +00:00
parent 1876cc32ae
commit a95d2c5133
2 changed files with 4 additions and 2 deletions

View file

@ -56,13 +56,14 @@
* [including the GNU Public Licence.] * [including the GNU Public Licence.]
*/ */
#include "e_os.h"
#ifdef OPENSSL_SYS_WIN32 #ifdef OPENSSL_SYS_WIN32
#include <stdlib.h> #include <stdlib.h>
#endif #endif
#include "e_os.h" /* OPENSSL_EXTERN */
#ifdef OPENSSL_BUILD_SHLIBCRYPTO #ifdef OPENSSL_BUILD_SHLIBCRYPTO
# undef OPENSSL_EXTERN # undef OPENSSL_EXTERN
# define OPENSSL_EXTERN OPENSSL_EXPORT # define OPENSSL_EXTERN OPENSSL_EXPORT

View file

@ -54,6 +54,7 @@
* *
*/ */
#include <openssl/e_os2.h>
#include <openssl/rand.h> #include <openssl/rand.h>
/* /*