PR: 1990
[oweals/openssl.git] / crypto / err / err_all.c
index ba87456eb64145a647777da0bafa0bd2e3c72543..f21a5276ed74085d28ba3e79e9864c11d525fd0e 100644 (file)
 #ifndef OPENSSL_NO_CMS
 #include <openssl/cms.h>
 #endif
+#ifndef OPENSSL_NO_JPAKE
+#include <openssl/jpake.h>
+#endif
 
 void ERR_load_crypto_strings(void)
        {
@@ -151,5 +154,8 @@ void ERR_load_crypto_strings(void)
 #ifndef OPENSSL_NO_CMS
        ERR_load_CMS_strings();
 #endif
+#ifndef OPENSSL_NO_JPAKE
+       ERR_load_JPAKE_strings();
+#endif
 #endif
        }