make default_ec_key_meth static
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
59ff61f357
commit
a0ffedaf7b
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ static const EC_KEY_METHOD openssl_ec_key_method = {
|
|||
ossl_ecdsa_verify_sig
|
||||
};
|
||||
|
||||
const EC_KEY_METHOD *default_ec_key_meth = &openssl_ec_key_method;
|
||||
static const EC_KEY_METHOD *default_ec_key_meth = &openssl_ec_key_method;
|
||||
|
||||
const EC_KEY_METHOD *EC_KEY_OpenSSL(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue