]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/cryptlib.c
Improve WINCE support.
[thirdparty/openssl.git] / crypto / cryptlib.c
index 14453491deb15daff06b65b9f1aed93940869788..07b0a66217645feedeeab008c95b5b8c428db0c1 100644 (file)
@@ -387,7 +387,9 @@ void OpenSSLDie(const char *file,int line,const char *assertion)
        abort();
 #else
        /* Win32 abort() customarily shows a dialog, but we just did that... */
+#if !defined(_WIN32_WCE)
        raise(SIGABRT);
+#endif
        _exit(3);
 #endif
        }