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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/ecdh/ech_local.h b/src/lib/libcrypto/ecdh/ech_local.h
index 44aa2cf250..7e2dfd8c43 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.5 2023/06/25 19:14:14 tb Exp $ */ 1/* $OpenBSD: ech_local.h,v 1.6 2023/06/25 19:20:57 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,12 +60,6 @@
60 60
61__BEGIN_HIDDEN_DECLS 61__BEGIN_HIDDEN_DECLS
62 62
63/*
64 * ECDH Key Derivation Function as defined in ANSI X9.63.
65 */
66int ecdh_KDF_X9_63(unsigned char *out, size_t outlen, const unsigned char *Z,
67 size_t Zlen, const unsigned char *sinfo, size_t sinfolen, const EVP_MD *md);
68
69__END_HIDDEN_DECLS 63__END_HIDDEN_DECLS
70 64
71#endif /* !HEADER_ECH_LOCAL_H */ 65#endif /* !HEADER_ECH_LOCAL_H */