[openssl-commits] [openssl] master update
Dr. Stephen Henson
steve at openssl.org
Thu Dec 10 04:13:11 UTC 2015
The branch master has been updated
via a0ffedaf7bb7b457b42108b8819d00e64003b3a9 (commit)
from 59ff61f3571f493403c41b69407b9f94457d3be8 (commit)
- Log -----------------------------------------------------------------
commit a0ffedaf7bb7b457b42108b8819d00e64003b3a9
Author: Dr. Stephen Henson <steve at openssl.org>
Date: Thu Dec 10 03:58:31 2015 +0000
make default_ec_key_meth static
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/ec/ec_kmeth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/ec/ec_kmeth.c b/crypto/ec/ec_kmeth.c
index 20db4c3..e754179 100644
--- a/crypto/ec/ec_kmeth.c
+++ b/crypto/ec/ec_kmeth.c
@@ -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)
{
More information about the openssl-commits
mailing list