summaryrefslogtreecommitdiffstats
path: root/crypto/jpake
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2008-11-13 11:35:23 +0000
committerBen Laurie <ben@openssl.org>2008-11-13 11:35:23 +0000
commita43337e8c415f5a47e8c24130a64d1ab72e395b4 (patch)
treef4e977563811e3ad4d53217e21c39c90cae62046 /crypto/jpake
parent33c51ec1435d552a257f6504171323b5aabdf2a1 (diff)
Not an error to include jpake.h when disabled.
Diffstat (limited to 'crypto/jpake')
-rw-r--r--crypto/jpake/jpake.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/jpake/jpake.h b/crypto/jpake/jpake.h
index a39a9a877f..f5f95e89a0 100644
--- a/crypto/jpake/jpake.h
+++ b/crypto/jpake/jpake.h
@@ -11,8 +11,6 @@
#include <openssl/opensslconf.h>
#ifndef OPENSSL_EXPERIMENTAL_JPAKE
-#error JPAKE is disabled.
-#endif
#ifdef __cplusplus
extern "C" {
@@ -127,3 +125,4 @@ void ERR_load_JPAKE_strings(void);
}
#endif
#endif
+#endif