From 5a02ac6e5b31ab588b2d80fde4843a87cec25198 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 24 Nov 2008 16:14:15 +0000 Subject: Revert OPENSSL_EXPERIMENTAL patch. Change it so JPAKE uses the standard OPENSSL_NO_JPAKE instead. --- crypto/err/err_all.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/err') diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 1e71719f1d..f21a5276ed 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -101,7 +101,7 @@ #ifndef OPENSSL_NO_CMS #include #endif -#ifdef OPENSSL_EXPERIMENTAL_JPAKE +#ifndef OPENSSL_NO_JPAKE #include #endif @@ -154,7 +154,7 @@ void ERR_load_crypto_strings(void) #ifndef OPENSSL_NO_CMS ERR_load_CMS_strings(); #endif -#ifdef OPENSSL_EXPERIMENTAL_JPAKE +#ifndef OPENSSL_NO_JPAKE ERR_load_JPAKE_strings(); #endif #endif -- cgit v1.2.3