Dead code cleanup: crypto/ec,ecdh,ecdsa
[openssl.git] / crypto / ecdh / ech_locl.h
index 4e66024c7581c2135e5b4ed7d729eb5c86fde439..d61ef80c6ba04b4ea3a353de15e411d62b106cbf 100644 (file)
@@ -68,10 +68,6 @@ struct ecdh_method {
                         EC_KEY *ecdh, void *(*KDF) (const void *in,
                                                     size_t inlen, void *out,
                                                     size_t *outlen));
-# if 0
-    int (*init) (EC_KEY *eckey);
-    int (*finish) (EC_KEY *eckey);
-# endif
     int flags;
     char *app_data;
 };