diff options
Diffstat (limited to 'src/lib/libssl/src/crypto/cryptlib.h')
-rw-r--r-- | src/lib/libssl/src/crypto/cryptlib.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libssl/src/crypto/cryptlib.h b/src/lib/libssl/src/crypto/cryptlib.h index 985a6d377c..88e4ae509f 100644 --- a/src/lib/libssl/src/crypto/cryptlib.h +++ b/src/lib/libssl/src/crypto/cryptlib.h | |||
@@ -93,10 +93,6 @@ extern "C" { | |||
93 | #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) | 93 | #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) |
94 | #define HEX_SIZE(type) ((sizeof(type)*2) | 94 | #define HEX_SIZE(type) ((sizeof(type)*2) |
95 | 95 | ||
96 | /* die if we have to */ | ||
97 | void OpenSSLDie(const char *file,int line,const char *assertion); | ||
98 | #define die(e) ((e) ? (void)0 : OpenSSLDie(__FILE__, __LINE__, #e)) | ||
99 | |||
100 | #ifdef __cplusplus | 96 | #ifdef __cplusplus |
101 | } | 97 | } |
102 | #endif | 98 | #endif |