diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/x509/constraints.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/x509/constraints.c b/src/regress/lib/libcrypto/x509/constraints.c index 4885ca97b1..7eef55d591 100644 --- a/src/regress/lib/libcrypto/x509/constraints.c +++ b/src/regress/lib/libcrypto/x509/constraints.c | |||
@@ -344,8 +344,8 @@ test_invalid_uri(void) { | |||
344 | FAIL("invalid URI '%s' accepted\n", | 344 | FAIL("invalid URI '%s' accepted\n", |
345 | invaliduri[j]); | 345 | invaliduri[j]); |
346 | failure = 1; | 346 | failure = 1; |
347 | goto done; | ||
347 | } | 348 | } |
348 | goto done; | ||
349 | } | 349 | } |
350 | done: | 350 | done: |
351 | return failure; | 351 | return failure; |