Add case 2c to the go side. Don't tell jsing I touched go.
authorbeck <beck@openbsd.org>
Sat, 28 Aug 2021 07:54:57 +0000 (07:54 +0000)
committerbeck <beck@openbsd.org>
Sat, 28 Aug 2021 07:54:57 +0000 (07:54 +0000)
regress/lib/libcrypto/certs/verify_test.go

index 2530110..fa0a34f 100644 (file)
@@ -16,6 +16,7 @@ func TestVerify(t *testing.T) {
                {"1a", 1},
                {"2a", 1},
                {"2b", 0},
+               {"2c", 1},
                {"3a", 1},
                {"3b", 0},
                {"3c", 0},