From 37da54b10eb44ce7981c52f812c6f76980d07daa Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 26 Sep 2001 15:18:32 +0000 Subject: [PATCH] The #error message must match a very specific regexp (see mkdef.pl, currently line 470). --- crypto/ec/ec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1