diff options
author | Bodo Möller <bodo@openssl.org> | 2001-11-08 15:32:06 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2001-11-08 15:32:06 +0100 |
commit | 60c50cbf9c354e379280b37ac3c606b6e433286c (patch) | |
tree | 49dc314d88a10f6ac1b825b48a9fa9e855850c7e /e_os.h | |
parent | PKCS#12 code fixes: initialize and cleanup digests and ciphers (diff) | |
download | openssl-60c50cbf9c354e379280b37ac3c606b6e433286c.tar.xz openssl-60c50cbf9c354e379280b37ac3c606b6e433286c.zip |
Don't define _REENTRANT here in e_os.h. On systems where we need
_REENTRANT if threads support is enabled, the ./Configure entry must
define it so that it ends up in CFLAG.
Diffstat (limited to 'e_os.h')
-rw-r--r-- | e_os.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -418,12 +418,6 @@ extern HINSTANCE _hInstance; # endif #endif -#if defined(OPENSSL_THREADS) || defined(sun) -#ifndef _REENTRANT -#define _REENTRANT -#endif -#endif - #if defined(sun) && !defined(__svr4__) && !defined(__SVR4) /* include headers first, so our defines don't break it */ #include <stdlib.h> |