summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ecdh/ech_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/ecdh/ech_locl.h')
-rw-r--r--lib/libcrypto/ecdh/ech_locl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcrypto/ecdh/ech_locl.h b/lib/libcrypto/ecdh/ech_locl.h
index fff54abf608..077c7dab95d 100644
--- a/lib/libcrypto/ecdh/ech_locl.h
+++ b/lib/libcrypto/ecdh/ech_locl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ech_locl.h,v 1.2 2014/06/12 15:49:29 deraadt Exp $ */
+/* $OpenBSD: ech_locl.h,v 1.3 2015/02/07 13:19:15 doug Exp $ */
/* ====================================================================
* Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved.
*
@@ -67,10 +67,6 @@ struct ecdh_method
const char *name;
int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, 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;
};