From: beck Date: Sat, 28 Aug 2021 07:54:57 +0000 (+0000) Subject: Add case 2c to the go side. Don't tell jsing I touched go. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0dfdae75f5014d4c34d6d2bc6f597d42ac6440d1;p=openbsd Add case 2c to the go side. Don't tell jsing I touched go. --- diff --git a/regress/lib/libcrypto/certs/verify_test.go b/regress/lib/libcrypto/certs/verify_test.go index 25301109e4b..fa0a34f49fb 100644 --- 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},