From 8267a78c2b8b038cd95c015e120730ea384cefc4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 1 Jul 2023 15:09:54 +0000 Subject: Reword comment to fit on a single line --- src/lib/libcrypto/ecdh/ech_key.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/lib/libcrypto/ecdh') diff --git a/src/lib/libcrypto/ecdh/ech_key.c b/src/lib/libcrypto/ecdh/ech_key.c index a5b27f9b55..f7a73f795d 100644 --- a/src/lib/libcrypto/ecdh/ech_key.c +++ b/src/lib/libcrypto/ecdh/ech_key.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ech_key.c,v 1.27 2023/07/01 15:03:05 tb Exp $ */ +/* $OpenBSD: ech_key.c,v 1.28 2023/07/01 15:09:54 tb Exp $ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * @@ -81,10 +81,7 @@ #include "ec_local.h" /* - * This implementation is based on the following primitives in the IEEE 1363 - * standard: - * - ECKAS-DH1 - * - ECSVDP-DH + * Based on the ECKAS-DH1 and ECSVDP-DH primitives in the IEEE 1363 standard. */ /* XXX - KDF handling moved to ECDH_compute_key(). See OpenSSL e2285d87. */ int -- cgit v1.2.3-55-g6feb