summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-07-01 15:09:55 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-07-01 15:09:55 +0000
commit41b7cb5332d101078d6e7192b507f9bedd994d26 (patch)
tree4a84956fcf414338a8636ec8f36503377c703ecc
parentcbaec54ad882536c8fa0948f79c45b76a87d3597 (diff)
Reword comment to fit on a single line
-rw-r--r--lib/libcrypto/ecdh/ech_key.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libcrypto/ecdh/ech_key.c b/lib/libcrypto/ecdh/ech_key.c
index a5b27f9b559..f7a73f795d7 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.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