summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-09 14:51:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-08-09 14:51:56 +0000
commit759b287f15c5c044a4eb152399d3a8076d374e7b (patch)
tree31c1f0b4c84567a006098e7f6bfca6f5203267ee /crypto/err
parent5fffb5b3d9024d7d5f90a3f7b1b7138ed79b328f (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 f21a5276ed..39796f7cc8 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -104,6 +104,7 @@
#ifndef OPENSSL_NO_JPAKE
#include <openssl/jpake.h>
#endif
+#include <openssl/comp.h>
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
}