summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-09-26 15:18:32 +0000
committerRichard Levitte <levitte@openssl.org>2001-09-26 15:18:32 +0000
commit37da54b10eb44ce7981c52f812c6f76980d07daa (patch)
tree1a6a24181534729fd9e165eb1ee85a1ef647fdba /crypto
parent0fea7ed4a449f503c7b265d0a1a6199745ea1a26 (diff)
The #error message must match a very specific regexp (see mkdef.pl,
currently line 470).
Diffstat (limited to 'crypto')
-rw-r--r--crypto/ec/ec.h2
1 files changed, 1 insertions, 1 deletions
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 <openssl/bn.h>