diff options
| author | tb <> | 2022-11-22 17:59:31 +0000 |
|---|---|---|
| committer | tb <> | 2022-11-22 17:59:31 +0000 |
| commit | fa92effce0fc0cf4fdc780271e8ef79d6e39defb (patch) | |
| tree | a02cc840542ef3ecf1b7362d7a37d9313b90da80 /src/regress/lib/libc | |
| parent | a8a33f48abeecd6ac8942b3c774808c11e1636b6 (diff) | |
| download | openbsd-fa92effce0fc0cf4fdc780271e8ef79d6e39defb.tar.gz openbsd-fa92effce0fc0cf4fdc780271e8ef79d6e39defb.tar.bz2 openbsd-fa92effce0fc0cf4fdc780271e8ef79d6e39defb.zip | |
Remove comment obsoleted by API change (and r1.3)
Diffstat (limited to '')
| -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 | { |
