diff options
-rw-r--r-- | src/regress/lib/libcrypto/x509/constraints.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/x509/constraints.c b/src/regress/lib/libcrypto/x509/constraints.c index 6e76f08113..4885ca97b1 100644 --- a/src/regress/lib/libcrypto/x509/constraints.c +++ b/src/regress/lib/libcrypto/x509/constraints.c | |||
@@ -390,6 +390,10 @@ test_constraints1(void) | |||
390 | "https://www.openbsd.net?", | 390 | "https://www.openbsd.net?", |
391 | "https://org#", | 391 | "https://org#", |
392 | "herp://beck@org:", | 392 | "herp://beck@org:", |
393 | "///", | ||
394 | "//", | ||
395 | "/", | ||
396 | "", | ||
393 | NULL, | 397 | NULL, |
394 | }; | 398 | }; |
395 | for (i = 0; constraints[i] != NULL; i++) { | 399 | for (i = 0; constraints[i] != NULL; i++) { |