summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib')
-rw-r--r--regress/lib/libcrypto/x509/constraints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/x509/constraints.c b/regress/lib/libcrypto/x509/constraints.c
index 4885ca97b1c..7eef55d591c 100644
--- a/regress/lib/libcrypto/x509/constraints.c
+++ b/regress/lib/libcrypto/x509/constraints.c
@@ -344,8 +344,8 @@ test_invalid_uri(void) {
FAIL("invalid URI '%s' accepted\n",
invaliduri[j]);
failure = 1;
+ goto done;
}
- goto done;
}
done:
return failure;