The #error message must match a very specific regexp (see mkdef.pl,
currently line 470).
This commit is contained in:
parent
0fea7ed4a4
commit
37da54b10e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
#define HEADER_EC_H
|
#define HEADER_EC_H
|
||||||
|
|
||||||
#ifdef OPENSSL_NO_EC
|
#ifdef OPENSSL_NO_EC
|
||||||
#error Elliptic curves are disabled.
|
#error EC is disabled.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
|
|
Loading…
Reference in a new issue