summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbeck <>2021-08-28 07:54:57 +0000
committerbeck <>2021-08-28 07:54:57 +0000
commit5eb0d2cfa19bd1d8041d3cfda175b94739a2b7db (patch)
tree80b13c41cd0d09c133e3687818adc079b11b90a5 /src
parent99cb09f81fcfcb0bfc150b5e788033d107fa99a9 (diff)
downloadopenbsd-5eb0d2cfa19bd1d8041d3cfda175b94739a2b7db.tar.gz
openbsd-5eb0d2cfa19bd1d8041d3cfda175b94739a2b7db.tar.bz2
openbsd-5eb0d2cfa19bd1d8041d3cfda175b94739a2b7db.zip
Add case 2c to the go side. Don't tell jsing I touched go.
Diffstat (limited to 'src')
-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},