From: Dr. Stephen Henson Date: Sun, 9 Aug 2009 14:51:56 +0000 (+0000) Subject: Add COMP error strings. X-Git-Tag: OpenSSL_0_9_8m-beta1~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=759b287f15c5c044a4eb152399d3a8076d374e7b;p=openssl Add COMP error strings. --- diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index f21a5276ed..39796f7cc8 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -104,6 +104,7 @@ #ifndef OPENSSL_NO_JPAKE #include #endif +#include void ERR_load_crypto_strings(void) { @@ -157,5 +158,6 @@ void ERR_load_crypto_strings(void) #ifndef OPENSSL_NO_JPAKE ERR_load_JPAKE_strings(); #endif + ERR_load_COMP_strings(); #endif }