X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Ferr%2Ferr_all.c;h=fc049e8e88bcaf4a0feb7176f57c1953a2232fa6;hp=8cc9b806e04906262301d9b360a08a54d08ef08d;hb=a0778bfae59a40bf3258e743916d9b97434b9b1b;hpb=0f1d77a870bee4b63a3db7337670990f182fc3cf;ds=sidebyside 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 }