summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2019-11-28 07:54:49 +0000
committertb <>2019-11-28 07:54:49 +0000
commit901e6b0c985536a9253d464ce943f182f48d9143 (patch)
treeb5f2595be4ec536cf4c3aba0bbf8713751ed3d50 /src
parent180d74bfdd7348427499d5218b084f18974532ea (diff)
downloadopenbsd-901e6b0c985536a9253d464ce943f182f48d9143.tar.gz
openbsd-901e6b0c985536a9253d464ce943f182f48d9143.tar.bz2
openbsd-901e6b0c985536a9253d464ce943f182f48d9143.zip
typo
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/wycheproof/wycheproof.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go
index 42914755a9..a3c4f2cea2 100644
--- a/src/regress/lib/libcrypto/wycheproof/wycheproof.go
+++ b/src/regress/lib/libcrypto/wycheproof/wycheproof.go
@@ -1,4 +1,4 @@
1/* $OpenBSD: wycheproof.go,v 1.99 2019/11/27 21:44:27 tb Exp $ */ 1/* $OpenBSD: wycheproof.go,v 1.100 2019/11/28 07:54:49 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2018 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2018, 2019 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2018, 2019 Theo Buehler <tb@openbsd.org>
@@ -2436,7 +2436,7 @@ func main() {
2436 // primality_test.json 2436 // primality_test.json
2437 // x25519_{asn,jwk,pem}_test.json 2437 // x25519_{asn,jwk,pem}_test.json
2438 // xchacha20_poly1305_test.json 2438 // xchacha20_poly1305_test.json
2439 // what's up with the *_p1363_tst.json files? 2439 // What's up with the *_p1363_test.json files?
2440 tests := []struct { 2440 tests := []struct {
2441 name string 2441 name string
2442 pattern string 2442 pattern string