The #error message must match a very specific regexp (see mkdef.pl,
authorRichard Levitte <levitte@openssl.org>
Wed, 26 Sep 2001 15:18:32 +0000 (15:18 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 26 Sep 2001 15:18:32 +0000 (15:18 +0000)
currently line 470).

crypto/ec/ec.h

index 5c92edaea56497bc32356c29a88082ea93a8b233..066c38479845b6493a6ff904b50787185f96791d 100644 (file)
@@ -57,7 +57,7 @@
 #define HEADER_EC_H
 
 #ifdef OPENSSL_NO_EC
 #define HEADER_EC_H
 
 #ifdef OPENSSL_NO_EC
-#error Elliptic curves are disabled.
+#error EC is disabled.
 #endif
 
 #include <openssl/bn.h>
 #endif
 
 #include <openssl/bn.h>