summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2022-11-22 17:59:31 +0000
committertb <>2022-11-22 17:59:31 +0000
commit0284f8e696514160e33e4f03f00254ae815b0014 (patch)
treea02cc840542ef3ecf1b7362d7a37d9313b90da80 /src/regress/lib
parent4f5c422dea71b791ac8c782e12e8af5ab16c8048 (diff)
downloadopenbsd-0284f8e696514160e33e4f03f00254ae815b0014.tar.gz
openbsd-0284f8e696514160e33e4f03f00254ae815b0014.tar.bz2
openbsd-0284f8e696514160e33e4f03f00254ae815b0014.zip
Remove comment obsoleted by API change (and r1.3)
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libcrypto/curve25519/ed25519test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/curve25519/ed25519test.c b/src/regress/lib/libcrypto/curve25519/ed25519test.c
index f20054cb71..29140fdd18 100644
--- a/src/regress/lib/libcrypto/curve25519/ed25519test.c
+++ b/src/regress/lib/libcrypto/curve25519/ed25519test.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ed25519test.c,v 1.7 2022/11/22 17:58:15 tb Exp $ */ 1/* $OpenBSD: ed25519test.c,v 1.8 2022/11/22 17:59:31 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2019, 2022 Theo Buehler <tb@openbsd.org> 3 * Copyright (c) 2019, 2022 Theo Buehler <tb@openbsd.org>
4 * 4 *
@@ -32,7 +32,6 @@ struct testvector {
32 32
33/* 33/*
34 * Test vectors from https://tools.ietf.org/html/rfc8032#section-7.1. 34 * Test vectors from https://tools.ietf.org/html/rfc8032#section-7.1.
35 * sec_key is the concatenation of SECRET KEY and PUBLIC KEY in that reference.
36 */ 35 */
37static const struct testvector testvectors[] = { 36static const struct testvector testvectors[] = {
38 { 37 {