From a07d6808699e99c99f590f85436f371c93a37e8b Mon Sep 17 00:00:00 2001 From: beck <> Date: Sat, 28 Aug 2021 07:54:57 +0000 Subject: Add case 2c to the go side. Don't tell jsing I touched go. --- src/regress/lib/libcrypto/certs/verify_test.go | 1 + 1 file changed, 1 insertion(+) 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) { {"1a", 1}, {"2a", 1}, {"2b", 0}, + {"2c", 1}, {"3a", 1}, {"3b", 0}, {"3c", 0}, -- cgit v1.2.3-55-g6feb