summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh/ech_locl.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-02-02 11:56:47 -0500
committerRich Salz <rsalz@openssl.org>2015-02-02 11:56:47 -0500
commitc8fa2356a00cbaada8963f739e5570298311a060 (patch)
tree2e8cbad55369b60cdc902431dfcc891d9ac59544 /crypto/ecdh/ech_locl.h
parentf16a64d11f55c01f56baa62ebf1dec7f8fe718cb (diff)
Dead code cleanup: crypto/ec,ecdh,ecdsa
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/ecdh/ech_locl.h')
-rw-r--r--crypto/ecdh/ech_locl.h4
1 files changed, 0 insertions, 4 deletions
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;
};