Not an error to include jpake.h when disabled.

This commit is contained in:
Ben Laurie 2008-11-13 11:35:23 +00:00
parent 33c51ec143
commit a43337e8c4

View 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