summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-13 18:10:30 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-13 18:10:30 +0000
commit17ed6c06a780487b3a513abb8da20e428d660137 (patch)
tree9cb815ecca110574d8c394ac70b7aa354bdafaaf /crypto/cryptlib.h
parentc112323dd5d107b199a6d951f8be4c882ff0fba1 (diff)
Merge from 0.9.7-stable.
Diffstat (limited to 'crypto/cryptlib.h')
-rw-r--r--crypto/cryptlib.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h
index b8727aa6e1..0d6b9d59f0 100644
--- a/crypto/cryptlib.h
+++ b/crypto/cryptlib.h
@@ -93,10 +93,6 @@ extern "C" {
#define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1)
#define HEX_SIZE(type) (sizeof(type)*2)
-/* die if we have to */
-void OpenSSLDie(const char *file,int line,const char *assertion);
-#define OPENSSL_assert(e) ((e) ? (void)0 : OpenSSLDie(__FILE__, __LINE__, #e))
-
#ifdef __cplusplus
}
#endif