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.]
*/
#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

View File

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