summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-09 14:58:37 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-08-09 14:58:37 +0000
commita0778bfae59a40bf3258e743916d9b97434b9b1b (patch)
tree8e6ca54065e5ad7e0d6f5886c9a4587de1e77298 /crypto/err
parent0f1d77a870bee4b63a3db7337670990f182fc3cf (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
}