X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=crypto%2Fcryptlib.c;h=07b0a66217645feedeeab008c95b5b8c428db0c1;hb=a006fef78e56b078549a80f4bb4518b6a02eba84;hp=14453491deb15daff06b65b9f1aed93940869788;hpb=0e5cf7bc09377de8564b9a18d96050b87b156bb0;p=thirdparty%2Fopenssl.git diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index 14453491de..07b0a66217 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -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 }