projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59ff61f
)
make default_ec_key_meth static
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 10 Dec 2015 03:58:31 +0000
(
03:58
+0000)
committer
Dr. 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
patch
|
blob
|
history
diff --git
a/crypto/ec/ec_kmeth.c
b/crypto/ec/ec_kmeth.c
index 20db4c3bfa9cb22fc1f1febcf16c882adac90b58..e75417972615006d3643b36450f63bbc0c34b42a 100644
(file)
--- 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)
{