diff options
author | markus <> | 2002-07-30 11:08:06 +0000 |
---|---|---|
committer | markus <> | 2002-07-30 11:08:06 +0000 |
commit | c54a116b266c232d9e0ffad482eb5f8b98130ac4 (patch) | |
tree | 829382cb1d2140dc2ace3ac2b408324cabadb2f9 /src/lib/libcrypto/cryptlib.h | |
parent | cc19216028038523578d8437fd5fe68bada0def0 (diff) | |
download | openbsd-c54a116b266c232d9e0ffad482eb5f8b98130ac4.tar.gz openbsd-c54a116b266c232d9e0ffad482eb5f8b98130ac4.tar.bz2 openbsd-c54a116b266c232d9e0ffad482eb5f8b98130ac4.zip |
apply patches from OpenSSL Security Advisory [30 July 2002],
http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2
Diffstat (limited to 'src/lib/libcrypto/cryptlib.h')
-rw-r--r-- | src/lib/libcrypto/cryptlib.h | 3 |
1 files changed, 3 insertions, 0 deletions
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" { | |||
89 | #define X509_CERT_DIR_EVP "SSL_CERT_DIR" | 89 | #define X509_CERT_DIR_EVP "SSL_CERT_DIR" |
90 | #define X509_CERT_FILE_EVP "SSL_CERT_FILE" | 90 | #define X509_CERT_FILE_EVP "SSL_CERT_FILE" |
91 | 91 | ||
92 | /* size of string represenations */ | ||
93 | #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) | ||
94 | |||
92 | #ifdef __cplusplus | 95 | #ifdef __cplusplus |
93 | } | 96 | } |
94 | #endif | 97 | #endif |