From: Richard Levitte Date: Sat, 19 Sep 2015 22:46:44 +0000 (+0200) Subject: Small typo X-Git-Tag: OpenSSL_1_1_0-pre1~595 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=f5349f8ca5b019f66b792be429b22dda6b822e44 Small typo OPENSSL_NO_ECA changed to OPENSSL_NO_EC Reviewed-by: Stephen Henson --- diff --git a/apps/speed.c b/apps/speed.c index 1508076e9b..4b53f61a2c 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -521,7 +521,7 @@ static OPT_PAIR rsa_choices[] = { #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},