From: Dr. Stephen Henson Date: Sun, 9 Aug 2009 14:58:05 +0000 (+0000) Subject: Add COMP error strings. X-Git-Tag: OpenSSL_1_0_0-beta4~116 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dc0aebabe6ec8515b23110bd0fb399c1cea79a89;p=oweals%2Fopenssl.git Add COMP error strings. --- diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 8cc9b806e0..fc049e8e88 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -102,6 +102,7 @@ #ifndef OPENSSL_NO_JPAKE #include #endif +#include void ERR_load_crypto_strings(void) { @@ -154,5 +155,6 @@ void ERR_load_crypto_strings(void) #ifndef OPENSSL_NO_JPAKE ERR_load_JPAKE_strings(); #endif + ERR_load_COMP_strings(); #endif }