WinCE patches
[openssl.git] / apps / s_socket.c
index ed15ce0c1ddcb3867032a8bbfda4b710cb669e2a..a88de6c8c85c8cafca7d1e1561251916896f5815 100644 (file)
@@ -140,7 +140,9 @@ static void ssl_sock_cleanup(void)
        if (wsa_init_done)
                {
                wsa_init_done=0;
+#ifndef OPENSSL_SYS_WINCE
                WSACancelBlockingCall();
+#endif
                WSACleanup();
                }
        }