From: Dr. Stephen Henson Date: Sun, 30 Dec 2012 16:05:03 +0000 (+0000) Subject: make no-comp compile X-Git-Tag: OpenSSL_1_0_2-beta1~473 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=321a9fea75d80fc18adec922eb45bedab28b68fa;p=oweals%2Fopenssl.git make no-comp compile --- diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index edafdc0c17..06e5e59dba 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -129,7 +129,9 @@ void ERR_load_crypto_strings(void) ERR_load_ASN1_strings(); ERR_load_CONF_strings(); ERR_load_CRYPTO_strings(); +#ifndef OPENSSL_NO_COMP ERR_load_COMP_strings(); +#endif #ifndef OPENSSL_NO_EC ERR_load_EC_strings(); #endif @@ -161,6 +163,5 @@ void ERR_load_crypto_strings(void) #ifndef OPENSSL_NO_JPAKE ERR_load_JPAKE_strings(); #endif - ERR_load_COMP_strings(); #endif }