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.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/libcrypto/ecdh/ech_local.h b/src/lib/libcrypto/ecdh/ech_local.h
index c8cb518249..fefa817b1c 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.3 2023/06/25 08:12:23 tb Exp $ */ 1/* $OpenBSD: ech_local.h,v 1.4 2023/06/25 18:45:56 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 *
@@ -68,18 +68,6 @@ struct ecdh_method {
68 char *app_data; 68 char *app_data;
69}; 69};
70 70
71typedef struct ecdh_data_st {
72 /* EC_KEY_METH_DATA part */
73 int (*init)(EC_KEY *);
74 /* method specific part */
75 ENGINE *engine;
76 int flags;
77 const ECDH_METHOD *meth;
78 CRYPTO_EX_DATA ex_data;
79} ECDH_DATA;
80
81ECDH_DATA *ecdh_check(EC_KEY *);
82
83/* 71/*
84 * ECDH Key Derivation Function as defined in ANSI X9.63. 72 * ECDH Key Derivation Function as defined in ANSI X9.63.
85 */ 73 */