Not an error to include jpake.h when disabled.
authorBen Laurie <ben@openssl.org>
Thu, 13 Nov 2008 11:35:23 +0000 (11:35 +0000)
committerBen Laurie <ben@openssl.org>
Thu, 13 Nov 2008 11:35:23 +0000 (11:35 +0000)
crypto/jpake/jpake.h

index a39a9a877fc15d5a11275e6cfe8aa3ae53757ee4..f5f95e89a02f66846dc63d918edcc58093ea6126 100644 (file)
@@ -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