Not an error to include jpake.h when disabled.
This commit is contained in:
parent
33c51ec143
commit
a43337e8c4
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue