diff options
author | ben <ben> | 2008-11-13 09:31:08 +0000 |
---|---|---|
committer | ben <ben> | 2008-11-13 09:31:08 +0000 |
commit | 95fc62d40d9bcc51920b21ab65d2a1eeed679018 (patch) | |
tree | c182d158b2205683732f625a9469e8734e1b889a /crypto/jpake | |
parent | a086b4f400aea3f7c26ad2655c124f7a0c9e4504 (diff) | |
download | openssl-95fc62d40d9bcc51920b21ab65d2a1eeed679018.tar.gz |
J-PAKE is not experimental in HEAD.
Diffstat (limited to 'crypto/jpake')
-rw-r--r-- | crypto/jpake/jpake.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/jpake/jpake.h b/crypto/jpake/jpake.h index a39a9a877..8beb9a5b3 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 |