Remove DJGPP (and therefore WATT32) #ifdef's.
[openssl.git] / apps / s_socket.c
index e83baf4e709279dee9a452c990fa276eadb073a7..093b9c82ad478aa7de09f008cb1a357582c31a4a 100644 (file)
@@ -178,12 +178,7 @@ static void sock_cleanup(void)
 
 static int ssl_sock_init(void)
        {
-#ifdef WATT32
-       extern int _watt_do_exit;
-       _watt_do_exit = 0;
-       if (sock_init())
-               return (0);
-#elif defined(OPENSSL_SYS_WINDOWS)
+#if defined(OPENSSL_SYS_WINDOWS)
        if (!wsa_init_done)
                {
                int err;