summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-03-14 22:42:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-03-15 15:56:24 +0000
commiteef53ee50bc6f0a6e74b27b6cfa07df44513074f (patch)
tree7c0500e49ec6140637a9301e35220782dfa03afc /crypto/ecdsa
parent2c3823491d8812560922a58677e3ad2db4b2ec8d (diff)
Update ordinals, fix error message.
Update error messages to say "EC is disabled" these can then be picked up by mkdef.pl. Update ordinals. Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'crypto/ecdsa')
-rw-r--r--crypto/ecdsa/ecdsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ecdsa/ecdsa.h b/crypto/ecdsa/ecdsa.h
index 3876004473..f60c229c40 100644
--- a/crypto/ecdsa/ecdsa.h
+++ b/crypto/ecdsa/ecdsa.h
@@ -62,7 +62,7 @@
# include <openssl/opensslconf.h>
# ifdef OPENSSL_NO_EC
-# error ECDSA is disabled.
+# error EC is disabled.
# endif
# include <openssl/ec.h>