PR: 1990
[oweals/openssl.git] / crypto / err / err_all.c
index 5813060ce2407ce3045339568525fd609491355f..f21a5276ed74085d28ba3e79e9864c11d525fd0e 100644 (file)
 #include <openssl/ui.h>
 #include <openssl/ocsp.h>
 #include <openssl/err.h>
+#ifdef OPENSSL_FIPS
+#include <openssl/fips.h>
+#endif
+
 #ifndef OPENSSL_NO_CMS
 #include <openssl/cms.h>
 #endif
+#ifndef OPENSSL_NO_JPAKE
+#include <openssl/jpake.h>
+#endif
 
 void ERR_load_crypto_strings(void)
        {
@@ -141,8 +148,14 @@ void ERR_load_crypto_strings(void)
 #endif
        ERR_load_OCSP_strings();
        ERR_load_UI_strings();
+#ifdef OPENSSL_FIPS
+       ERR_load_FIPS_strings();
+#endif
 #ifndef OPENSSL_NO_CMS
        ERR_load_CMS_strings();
 #endif
+#ifndef OPENSSL_NO_JPAKE
+       ERR_load_JPAKE_strings();
+#endif
 #endif
        }