X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fcryptlib.h;fp=crypto%2Fcryptlib.h;h=0d6b9d59f0b1896a31cb1276496db8122aa348af;hb=17ed6c06a780487b3a513abb8da20e428d660137;hp=b8727aa6e1a591ef2c4819703fa233e707b958d5;hpb=c112323dd5d107b199a6d951f8be4c882ff0fba1;p=openssl.git 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