summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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},