From c54a116b266c232d9e0ffad482eb5f8b98130ac4 Mon Sep 17 00:00:00 2001 From: markus <> Date: Tue, 30 Jul 2002 11:08:06 +0000 Subject: apply patches from OpenSSL Security Advisory [30 July 2002], http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2 --- src/lib/libcrypto/cryptlib.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/libcrypto/cryptlib.h') diff --git a/src/lib/libcrypto/cryptlib.h b/src/lib/libcrypto/cryptlib.h index a0489e57fc..37ce7721fb 100644 --- a/src/lib/libcrypto/cryptlib.h +++ b/src/lib/libcrypto/cryptlib.h @@ -89,6 +89,9 @@ extern "C" { #define X509_CERT_DIR_EVP "SSL_CERT_DIR" #define X509_CERT_FILE_EVP "SSL_CERT_FILE" +/* size of string represenations */ +#define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) + #ifdef __cplusplus } #endif -- cgit v1.2.3-55-g6feb