From a0778bfae59a40bf3258e743916d9b97434b9b1b Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 9 Aug 2009 14:58:37 +0000 Subject: [PATCH 1/1] Add COMP error strings. --- crypto/err/err_all.c | 2 ++ 1 file changed, 2 insertions(+) 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 #endif +#include 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 } -- 2.34.1