summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeck <>2021-08-28 07:54:57 +0000
committerbeck <>2021-08-28 07:54:57 +0000
commita07d6808699e99c99f590f85436f371c93a37e8b (patch)
tree80b13c41cd0d09c133e3687818adc079b11b90a5
parent74fb83d847cbbdde0d3cb8981209741a5dcc1759 (diff)
downloadopenbsd-a07d6808699e99c99f590f85436f371c93a37e8b.tar.gz
openbsd-a07d6808699e99c99f590f85436f371c93a37e8b.tar.bz2
openbsd-a07d6808699e99c99f590f85436f371c93a37e8b.zip
Add case 2c to the go side. Don't tell jsing I touched go.
-rw-r--r--src/regress/lib/libcrypto/certs/verify_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/certs/verify_test.go b/src/regress/lib/libcrypto/certs/verify_test.go
index 25301109e4..fa0a34f49f 100644
--- a/src/regress/lib/libcrypto/certs/verify_test.go
+++ b/src/regress/lib/libcrypto/certs/verify_test.go
@@ -16,6 +16,7 @@ func TestVerify(t *testing.T) {
16 {"1a", 1}, 16 {"1a", 1},
17 {"2a", 1}, 17 {"2a", 1},
18 {"2b", 0}, 18 {"2b", 0},
19 {"2c", 1},
19 {"3a", 1}, 20 {"3a", 1},
20 {"3b", 0}, 21 {"3b", 0},
21 {"3c", 0}, 22 {"3c", 0},