]> granicus.if.org Git - openssl/commitdiff
make default_ec_key_meth static
authorDr. Stephen Henson <steve@openssl.org>
Thu, 10 Dec 2015 03:58:31 +0000 (03:58 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 10 Dec 2015 04:00:09 +0000 (04:00 +0000)
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/ec/ec_kmeth.c

index 20db4c3bfa9cb22fc1f1febcf16c882adac90b58..e75417972615006d3643b36450f63bbc0c34b42a 100644 (file)
@@ -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)
 {