summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2018-08-21 16:31:16 +0000
committertb <>2018-08-21 16:31:16 +0000
commit4ea370bb99420518962069f2deed314fb5421a51 (patch)
tree80fcc130d6ea0adebf8729a4c016f4547509926d /src
parentba6f237e82388dd399855e0da8910f24d33407f7 (diff)
downloadopenbsd-4ea370bb99420518962069f2deed314fb5421a51.tar.gz
openbsd-4ea370bb99420518962069f2deed314fb5421a51.tar.bz2
openbsd-4ea370bb99420518962069f2deed314fb5421a51.zip
Remove ChaCha20-Poly1305 from the TODO list
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 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