summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdh/ech_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ecdh/ech_local.h')
-rw-r--r--src/lib/libcrypto/ecdh/ech_local.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/libcrypto/ecdh/ech_local.h b/src/lib/libcrypto/ecdh/ech_local.h
index fefa817b1c..44aa2cf250 100644
--- a/src/lib/libcrypto/ecdh/ech_local.h
+++ b/src/lib/libcrypto/ecdh/ech_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ech_local.h,v 1.4 2023/06/25 18:45:56 tb Exp $ */ 1/* $OpenBSD: ech_local.h,v 1.5 2023/06/25 19:14:14 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -60,14 +60,6 @@
60 60
61__BEGIN_HIDDEN_DECLS 61__BEGIN_HIDDEN_DECLS
62 62
63struct ecdh_method {
64 const char *name;
65 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
66 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen));
67 int flags;
68 char *app_data;
69};
70
71/* 63/*
72 * ECDH Key Derivation Function as defined in ANSI X9.63. 64 * ECDH Key Derivation Function as defined in ANSI X9.63.
73 */ 65 */