]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/ec/ec_lib.c
Replace overrides.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 28 Feb 2016 17:47:06 +0000 (17:47 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 1 Mar 2016 22:04:25 +0000 (22:04 +0000)
commit77470e989cf3c502ee00eb060b197d0241f33a22
treee5c4b0f9b5f59a4080f7234ab143109ca2aa6a39
parent7d054e5ab2aeaead14c0c19b808d62221020b0e1
Replace overrides.

Instead of overriding a default operation move default operation to a
separate function which is then explicitly included in any EC_METHOD
that uses it.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/ec/ec_asn1.c
crypto/ec/ec_key.c
crypto/ec/ec_lcl.h
crypto/ec/ec_lib.c
crypto/ec/ecdh_ossl.c