diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-09-02 17:29:18 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-09-02 17:29:18 +0000 |
commit | 9be6659dc6b743023434e897a0119ba7adeb1542 (patch) | |
tree | 99f46b9278c8a77e01b763a1025cf399bde107b6 /regress | |
parent | 6079a0c271657e4f4c7df5ac3f88f5a4bb57ea47 (diff) |
Remove ECDH from TODO list. Done!
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/wycheproof/wycheproof.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/wycheproof/wycheproof.go b/regress/lib/libcrypto/wycheproof/wycheproof.go index 4fcd3e20432..b6fb0968eac 100644 --- a/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/regress/lib/libcrypto/wycheproof/wycheproof.go @@ -1,4 +1,4 @@ -/* $OpenBSD: wycheproof.go,v 1.43 2018/09/02 17:28:01 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.44 2018/09/02 17:29:17 tb Exp $ */ /* * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> @@ -1600,7 +1600,6 @@ func main() { os.Exit(0) } - // ECDH tests := []struct { name string pattern string |