Commit a0ffedaf authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

make default_ec_key_meth static



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 59ff61f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{