Commit a43337e8 authored by Ben Laurie's avatar Ben Laurie
Browse files

Not an error to include jpake.h when disabled.

parent 33c51ec1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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