Commit f5349f8c authored by Richard Levitte's avatar Richard Levitte
Browse files

Small typo



OPENSSL_NO_ECA changed to OPENSSL_NO_EC

Reviewed-by: default avatarStephen Henson <steve@openssl.org>
parent cc0b19a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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},