summaryrefslogtreecommitdiffstats
path: root/crypto/comp/comp_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/comp/comp_err.c')
-rw-r--r--crypto/comp/comp_err.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/comp/comp_err.c b/crypto/comp/comp_err.c
index e67c91d6bd..58329a3a3c 100644
--- a/crypto/comp/comp_err.c
+++ b/crypto/comp/comp_err.c
@@ -71,6 +71,8 @@ void ERR_load__strings(void)
{
init=0;
#ifndef NO_ERR
+ ERR_load_strings(ERR_LIB_COMP,COMP_str_functs);
+ ERR_load_strings(ERR_LIB_COMP,COMP_str_reasons);
#endif
}