RT3548: Remove unsupported platforms
[openssl.git] / crypto / cryptlib.c
index 07f68e684e7d44004a214b673d50caf7f843d08e..00cb33783521fa5e6bddcab9c030a29a14879133 100644 (file)
 #include "cryptlib.h"
 #include <openssl/safestack.h>
 
-#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16)
+#if defined(OPENSSL_SYS_WIN32)
 static double SSLeay_MSVC5_hack=0.0; /* and for VC1.5 */
 #endif