The #error message must match a very specific regexp (see mkdef.pl,

currently line 470).
This commit is contained in:
Richard Levitte 2001-09-26 15:18:32 +00:00
parent 0fea7ed4a4
commit 37da54b10e

View file

@ -57,7 +57,7 @@
#define HEADER_EC_H
#ifdef OPENSSL_NO_EC
#error Elliptic curves are disabled.
#error EC is disabled.
#endif
#include <openssl/bn.h>