Remove JPAKE
[openssl.git] / crypto / err / err_all.c
index ffb1b834c7cb34e8c7012c36c3952b80f797bd02..4932587c9f269665c53004ccd3abd614aa7463c4 100644 (file)
@@ -98,9 +98,6 @@
 #ifndef OPENSSL_NO_CMS
 # include <openssl/cms.h>
 #endif
-#ifndef OPENSSL_NO_JPAKE
-# include <openssl/jpake.h>
-#endif
 #include <internal/ct_int.h>
 #include <openssl/async.h>
 
@@ -154,9 +151,6 @@ void err_load_crypto_strings_intern(void)
 # ifndef OPENSSL_NO_CMS
     ERR_load_CMS_strings();
 # endif
-# ifndef OPENSSL_NO_JPAKE
-    ERR_load_JPAKE_strings();
-# endif
 # ifndef OPENSSL_NO_CT
     ERR_load_CT_strings();
 # endif