Merge from 0.9.7-stable.
[openssl.git] / crypto / cryptlib.h
index b8727aa6e1a591ef2c4819703fa233e707b958d5..0d6b9d59f0b1896a31cb1276496db8122aa348af 100644 (file)
@@ -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