summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-30 16:05:03 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-30 16:05:03 +0000
commit321a9fea75d80fc18adec922eb45bedab28b68fa (patch)
tree9e5a569936ad351413c8cfe3fd1cf2b55c107e6b /crypto/err
parent2e00f46b515ecf3c6378d7e7362e7c0044a204cc (diff)
make no-comp compile
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err_all.c3
1 files changed, 2 insertions, 1 deletions
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
}