Add JPAKE.
[openssl.git] / crypto / err / err_all.c
index f0a5e075ab1ce7fb74dbddd41d161d3336286490..5ab89f9498a9284aa770cdea1b9442288cd669c4 100644 (file)
 #include <openssl/cms.h>
 #endif
 
+#include <openssl/jpake.h>
+
 void ERR_load_crypto_strings(void)
        {
 #ifndef OPENSSL_NO_ERR
@@ -148,5 +150,6 @@ void ERR_load_crypto_strings(void)
 #ifndef OPENSSL_NO_CMS
        ERR_load_CMS_strings();
 #endif
+       ERR_load_JPAKE_strings();
 #endif
        }