summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/x509/constraints.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/x509/constraints.c b/src/regress/lib/libcrypto/x509/constraints.c
index 90b7ffbaeb..6677b58c1f 100644
--- a/src/regress/lib/libcrypto/x509/constraints.c
+++ b/src/regress/lib/libcrypto/x509/constraints.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: constraints.c,v 1.16 2023/09/29 15:53:59 beck Exp $ */ 1/* $OpenBSD: constraints.c,v 1.17 2023/10/01 04:48:39 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2020 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2020 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -388,6 +388,7 @@ test_invalid_uri(void)
388 done: 388 done:
389 return failure; 389 return failure;
390} 390}
391
391static int 392static int
392test_valid_uri(void) 393test_valid_uri(void)
393{ 394{