Dead code cleanup: crypto/ec,ecdh,ecdsa

Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
Rich Salz
2015-02-02 11:56:47 -05:00
parent f16a64d11f
commit c8fa2356a0
7 changed files with 0 additions and 59 deletions

View File

@@ -86,10 +86,6 @@ static int ecdh_compute_key(void *out, size_t len, const EC_POINT *pub_key,
static ECDH_METHOD openssl_ecdh_meth = {
"OpenSSL ECDH method",
ecdh_compute_key,
#if 0
NULL, /* init */
NULL, /* finish */
#endif
ECDH_FLAG_FIPS_METHOD, /* flags */
NULL /* app_data */
};