diff options
author | 2019-11-28 07:54:49 +0000 | |
---|---|---|
committer | 2019-11-28 07:54:49 +0000 | |
commit | 2e8ab719f82dfe721395acf97ae01f3be7b662bc (patch) | |
tree | e5908d3b27eb31733687edf74c3918e6a0b62943 | |
parent | tweak wording (diff) | |
download | wireguard-openbsd-2e8ab719f82dfe721395acf97ae01f3be7b662bc.tar.xz wireguard-openbsd-2e8ab719f82dfe721395acf97ae01f3be7b662bc.zip |
typo
-rw-r--r-- | regress/lib/libcrypto/wycheproof/wycheproof.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/wycheproof/wycheproof.go b/regress/lib/libcrypto/wycheproof/wycheproof.go index 42914755a9b..a3c4f2cea2f 100644 --- a/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/regress/lib/libcrypto/wycheproof/wycheproof.go @@ -1,4 +1,4 @@ -/* $OpenBSD: wycheproof.go,v 1.99 2019/11/27 21:44:27 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.100 2019/11/28 07:54:49 tb Exp $ */ /* * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> * Copyright (c) 2018, 2019 Theo Buehler <tb@openbsd.org> @@ -2436,7 +2436,7 @@ func main() { // primality_test.json // x25519_{asn,jwk,pem}_test.json // xchacha20_poly1305_test.json - // what's up with the *_p1363_tst.json files? + // What's up with the *_p1363_test.json files? tests := []struct { name string pattern string |