diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-08-10 01:40:00 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-08-10 01:40:00 +0000 |
commit | 9e6c5d1742cb27b1af95f09cda6cf8b330590e03 (patch) | |
tree | f0fcf1d2bc9428ac2d27136f2ac0d4a06cf28b96 /crypto/openssl/crypto/cryptlib.c | |
parent | b1357e1cec95464ca388f5ea85e0b24cfac69efc (diff) | |
download | src-9e6c5d1742cb27b1af95f09cda6cf8b330590e03.tar.gz src-9e6c5d1742cb27b1af95f09cda6cf8b330590e03.zip |
Import of OpenSSL 0.9.6f.
Notes
Notes:
svn path=/vendor-crypto/openssl/dist/; revision=101613
Diffstat (limited to 'crypto/openssl/crypto/cryptlib.c')
-rw-r--r-- | crypto/openssl/crypto/cryptlib.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/openssl/crypto/cryptlib.c b/crypto/openssl/crypto/cryptlib.c index 832c6c012d83..8fd2d4d26b82 100644 --- a/crypto/openssl/crypto/cryptlib.c +++ b/crypto/openssl/crypto/cryptlib.c @@ -491,11 +491,3 @@ BOOL WINAPI DLLEntryPoint(HINSTANCE hinstDLL, DWORD fdwReason, #endif #endif - -void OpenSSLDie(const char *file,int line,const char *assertion) - { - fprintf(stderr,"%s(%d): OpenSSL internal error, assertion failed: %s\n", - file,line,assertion); - abort(); - } - |