summaryrefslogtreecommitdiffstats
path: root/crypto/jpake
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2008-11-13 09:31:08 +0000
committerBen Laurie <ben@openssl.org>2008-11-13 09:31:08 +0000
commit90c65a98381e7cd565cb37daa69c457f3482b328 (patch)
tree91e7461614f0e26449322a255d185af43b3da0ac /crypto/jpake
parent5eba1ab34614b6b4c9f327fd8238a0ab448ce190 (diff)
J-PAKE is not experimental in HEAD.
Diffstat (limited to 'crypto/jpake')
-rw-r--r--crypto/jpake/jpake.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/jpake/jpake.h b/crypto/jpake/jpake.h
index a39a9a877f..8beb9a5b30 100644
--- a/crypto/jpake/jpake.h
+++ b/crypto/jpake/jpake.h
@@ -10,10 +10,6 @@
#include <openssl/opensslconf.h>
-#ifndef OPENSSL_EXPERIMENTAL_JPAKE
-#error JPAKE is disabled.
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif