summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-11-24 16:14:15 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-11-24 16:14:15 +0000
commit5a02ac6e5b31ab588b2d80fde4843a87cec25198 (patch)
tree546f1cb3681bf57c5e559633d3caaec2d8dd86c7 /crypto/err
parent14d4074ee1d328e6dd70ad010f6a0ae50887794d (diff)
Revert OPENSSL_EXPERIMENTAL patch.
Change it so JPAKE uses the standard OPENSSL_NO_JPAKE instead.
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err_all.c4
1 files changed, 2 insertions, 2 deletions
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 <openssl/cms.h>
#endif
-#ifdef OPENSSL_EXPERIMENTAL_JPAKE
+#ifndef OPENSSL_NO_JPAKE
#include <openssl/jpake.h>
#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