use fips-dev not dev-fips
[oweals/openssl.git] / crypto / err / err_all.c
index f21a5276ed74085d28ba3e79e9864c11d525fd0e..39796f7cc8cd90097efd0f775743cec28a9f57fd 100644 (file)
 #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
        }