summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-09 14:58:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-08-09 14:58:05 +0000
commitdc0aebabe6ec8515b23110bd0fb399c1cea79a89 (patch)
treed776bfc93b3feb42ee4f0742598f837af593a9be /crypto/err
parent52828ca2144c27857908fea525580a3f27a8d324 (diff)
Add COMP error strings.
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err_all.c2
1 files changed, 2 insertions, 0 deletions
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 <openssl/jpake.h>
#endif
+#include <openssl/comp.h>
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
}