Add aep and sureware implementations and clean up some error reasons
[openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index 5857b1c86d99e3b241bfa7b452ddf3932da710af..19f085682cdeae84b97f56a2384c7f854e95bf40 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -418,14 +418,8 @@ 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 evil defines don't break it */
+  /* include headers first, so our defines don't break it */
 #include <stdlib.h>
 #include <string.h>
   /* bcopy can handle overlapping moves according to SunOS 4.1.4 manpage */