Small typo
authorRichard Levitte <levitte@openssl.org>
Sat, 19 Sep 2015 22:46:44 +0000 (00:46 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 19 Sep 2015 22:46:44 +0000 (00:46 +0200)
OPENSSL_NO_ECA changed to OPENSSL_NO_EC

Reviewed-by: Stephen Henson <steve@openssl.org>
apps/speed.c

index 1508076e9b07aa8a048c407aaccb912c9dd6f0b8..4b53f61a2c3885033384f0f1f0595945513d0719 100644 (file)
@@ -521,7 +521,7 @@ static OPT_PAIR rsa_choices[] = {
 #define R_EC_B283    13
 #define R_EC_B409    14
 #define R_EC_B571    15
 #define R_EC_B283    13
 #define R_EC_B409    14
 #define R_EC_B571    15
-#ifndef OPENSSL_NO_ECA
+#ifndef OPENSSL_NO_EC
 static OPT_PAIR ecdsa_choices[] = {
     {"ecdsap160", R_EC_P160},
     {"ecdsap192", R_EC_P192},
 static OPT_PAIR ecdsa_choices[] = {
     {"ecdsap160", R_EC_P160},
     {"ecdsap192", R_EC_P192},