diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/wycheproof/wycheproof.go | 4 |
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 04e675fa34..a3d71fe04b 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.13 2018/08/21 16:25:11 tb Exp $ */ | 1 | /* $OpenBSD: wycheproof.go,v 1.14 2018/08/21 16:31:16 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -608,7 +608,7 @@ func main() { | |||
608 | os.Exit(0) | 608 | os.Exit(0) |
609 | } | 609 | } |
610 | 610 | ||
611 | // AES, Chacha20Poly1305, DSA, ECDH | 611 | // AES, DSA, ECDH |
612 | tests := []struct { | 612 | tests := []struct { |
613 | name string | 613 | name string |
614 | pattern string | 614 | pattern string |