From a43337e8c415f5a47e8c24130a64d1ab72e395b4 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Thu, 13 Nov 2008 11:35:23 +0000 Subject: [PATCH] Not an error to include jpake.h when disabled. --- crypto/jpake/jpake.h | 3 +-- 1 file changed, 1 insertion(+), 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 #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