From 25409daec2e2cb33c325582b043de7f9c49486b5 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 1 Jul 2023 14:52:34 +0000 Subject: [PATCH] Reference commit needed in the next major bump --- lib/libcrypto/ecdh/ech_key.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/ecdh/ech_key.c b/lib/libcrypto/ecdh/ech_key.c index 662fc5bba1f..f0c760b8da5 100644 --- a/lib/libcrypto/ecdh/ech_key.c +++ b/lib/libcrypto/ecdh/ech_key.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ech_key.c,v 1.22 2023/07/01 14:50:39 tb Exp $ */ +/* $OpenBSD: ech_key.c,v 1.23 2023/07/01 14:52:34 tb Exp $ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * @@ -85,8 +85,8 @@ * standard: * - ECKAS-DH1 * - ECSVDP-DH - * Finally an optional KDF is applied. */ +/* XXX - KDF handling moved to ECDH_compute_key(). See OpenSSL e2285d87. */ int ossl_ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, -- 2.20.1