diff options
author | markus <> | 2002-09-12 20:53:48 +0000 |
---|---|---|
committer | markus <> | 2002-09-12 20:53:48 +0000 |
commit | f8f1d7fabf136ce9810602509c477d2c42bf6d1c (patch) | |
tree | 79ba8d2f1eb402a8b47ada9aeb8f5572d97d1b65 /src/lib/libssl/src/crypto/cryptlib.h | |
parent | 2a6851ef8adb0e84ff2515493d3704a13c6256b0 (diff) | |
download | openbsd-f8f1d7fabf136ce9810602509c477d2c42bf6d1c.tar.gz openbsd-f8f1d7fabf136ce9810602509c477d2c42bf6d1c.tar.bz2 openbsd-f8f1d7fabf136ce9810602509c477d2c42bf6d1c.zip |
import openssl-0.9.7-stable-SNAP-20020911 (without idea)
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 |