diff options
-rw-r--r-- | src/regress/lib/libcrypto/curve25519/ed25519test.c | 3 |
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 | */ |
37 | static const struct testvector testvectors[] = { | 36 | static const struct testvector testvectors[] = { |
38 | { | 37 | { |