提交 a0ffedaf 编写于 作者: D Dr. Stephen Henson

make default_ec_key_meth static

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 59ff61f3
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册