mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
Small typo
OPENSSL_NO_ECA changed to OPENSSL_NO_EC Reviewed-by: Stephen Henson <steve@openssl.org>
This commit is contained in:
parent
cc0b19a7fc
commit
f5349f8ca5
@ -521,7 +521,7 @@ static OPT_PAIR rsa_choices[] = {
|
|||||||
#define R_EC_B283 13
|
#define R_EC_B283 13
|
||||||
#define R_EC_B409 14
|
#define R_EC_B409 14
|
||||||
#define R_EC_B571 15
|
#define R_EC_B571 15
|
||||||
#ifndef OPENSSL_NO_ECA
|
#ifndef OPENSSL_NO_EC
|
||||||
static OPT_PAIR ecdsa_choices[] = {
|
static OPT_PAIR ecdsa_choices[] = {
|
||||||
{"ecdsap160", R_EC_P160},
|
{"ecdsap160", R_EC_P160},
|
||||||
{"ecdsap192", R_EC_P192},
|
{"ecdsap192", R_EC_P192},
|
||||||
|
Loading…
Reference in New Issue
Block a user