diff options
author | tb <> | 2018-09-02 17:29:17 +0000 |
---|---|---|
committer | tb <> | 2018-09-02 17:29:17 +0000 |
commit | 521f43d51b8d3c7c060d68fb8dab2ed6f7a5e780 (patch) | |
tree | 51b9332ae472b6b30bb8f67710f98a36866146e8 /src | |
parent | 370f9fa0367534079ddbc8803a5865cad0ebfb4c (diff) | |
download | openbsd-521f43d51b8d3c7c060d68fb8dab2ed6f7a5e780.tar.gz openbsd-521f43d51b8d3c7c060d68fb8dab2ed6f7a5e780.tar.bz2 openbsd-521f43d51b8d3c7c060d68fb8dab2ed6f7a5e780.zip |
Remove ECDH from TODO list. Done!
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/wycheproof/wycheproof.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index 4fcd3e2043..b6fb0968ea 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.43 2018/09/02 17:28:01 tb Exp $ */ | 1 | /* $OpenBSD: wycheproof.go,v 1.44 2018/09/02 17:29:17 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 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> |
@@ -1600,7 +1600,6 @@ func main() { | |||
1600 | os.Exit(0) | 1600 | os.Exit(0) |
1601 | } | 1601 | } |
1602 | 1602 | ||
1603 | // ECDH | ||
1604 | tests := []struct { | 1603 | tests := []struct { |
1605 | name string | 1604 | name string |
1606 | pattern string | 1605 | pattern string |