artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76d63a5
)
Add case 2c to the go side. Don't tell jsing I touched go.
author
beck
<beck@openbsd.org>
Sat, 28 Aug 2021 07:54:57 +0000
(07:54 +0000)
committer
beck
<beck@openbsd.org>
Sat, 28 Aug 2021 07:54:57 +0000
(07:54 +0000)
regress/lib/libcrypto/certs/verify_test.go
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/certs/verify_test.go
b/regress/lib/libcrypto/certs/verify_test.go
index
2530110
..
fa0a34f
100644
(file)
--- a/
regress/lib/libcrypto/certs/verify_test.go
+++ b/
regress/lib/libcrypto/certs/verify_test.go
@@
-16,6
+16,7
@@
func TestVerify(t *testing.T) {
{"1a", 1},
{"2a", 1},
{"2b", 0},
+ {"2c", 1},
{"3a", 1},
{"3b", 0},
{"3c", 0},