Dead code cleanup: crypto/ec,ecdh,ecdsa
[openssl.git] / crypto / ecdh / ech_ossl.c
index e60cf10b9cb35abd944c969d053059925c662e38..278c41b84acbd2b40f8d0e1346e605b57e222070 100644 (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 */
 };