X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fecdh%2Fech_locl.h;h=d61ef80c6ba04b4ea3a353de15e411d62b106cbf;hb=e8dfb5bf8e525c9799820d01b2df5fde098a9c4c;hp=4e66024c7581c2135e5b4ed7d729eb5c86fde439;hpb=0f113f3ee4d629ef9a4a30911b22b224772085e5;p=oweals%2Fopenssl.git diff --git a/crypto/ecdh/ech_locl.h b/crypto/ecdh/ech_locl.h index 4e66024c75..d61ef80c6b 100644 --- a/crypto/ecdh/ech_locl.h +++ b/crypto/ecdh/ech_locl.h @@ -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; };