From: Richard Levitte Date: Wed, 26 Sep 2001 15:18:32 +0000 (+0000) Subject: The #error message must match a very specific regexp (see mkdef.pl, X-Git-Tag: OpenSSL_0_9_6c~26^2~181 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=37da54b10eb44ce7981c52f812c6f76980d07daa;hp=0fea7ed4a449f503c7b265d0a1a6199745ea1a26 The #error message must match a very specific regexp (see mkdef.pl, currently line 470). --- diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h index 5c92edaea5..066c384798 100644 --- a/crypto/ec/ec.h +++ b/crypto/ec/ec.h @@ -57,7 +57,7 @@ #define HEADER_EC_H #ifdef OPENSSL_NO_EC -#error Elliptic curves are disabled. +#error EC is disabled. #endif #include