summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-07-01 15:09:54 +0000
committertb <>2023-07-01 15:09:54 +0000
commit8267a78c2b8b038cd95c015e120730ea384cefc4 (patch)
treed1184c4e426f1a6e8d4e426e7c255c4cbea8f104 /src
parenta1bff4f255d24c1c0d89754a0bd9bd5f111100b8 (diff)
downloadopenbsd-8267a78c2b8b038cd95c015e120730ea384cefc4.tar.gz
openbsd-8267a78c2b8b038cd95c015e120730ea384cefc4.tar.bz2
openbsd-8267a78c2b8b038cd95c015e120730ea384cefc4.zip
Reword comment to fit on a single line
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/ecdh/ech_key.c7
1 files changed, 2 insertions, 5 deletions
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 @@
1/* $OpenBSD: ech_key.c,v 1.27 2023/07/01 15:03:05 tb Exp $ */ 1/* $OpenBSD: ech_key.c,v 1.28 2023/07/01 15:09:54 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. 3 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
4 * 4 *
@@ -81,10 +81,7 @@
81#include "ec_local.h" 81#include "ec_local.h"
82 82
83/* 83/*
84 * This implementation is based on the following primitives in the IEEE 1363 84 * Based on the ECKAS-DH1 and ECSVDP-DH primitives in the IEEE 1363 standard.
85 * standard:
86 * - ECKAS-DH1
87 * - ECSVDP-DH
88 */ 85 */
89/* XXX - KDF handling moved to ECDH_compute_key(). See OpenSSL e2285d87. */ 86/* XXX - KDF handling moved to ECDH_compute_key(). See OpenSSL e2285d87. */
90int 87int