summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/constraints.c
diff options
context:
space:
mode:
authortb <>2023-10-01 04:48:39 +0000
committertb <>2023-10-01 04:48:39 +0000
commit6f1c04b2af0e6345bad5c37f69e75551a58f8f52 (patch)
treed82983e4fea621407f619e10c7dee371603a393d /src/regress/lib/libcrypto/x509/constraints.c
parent403bf875937525bac051a8d6668ec62f9928f011 (diff)
downloadopenbsd-6f1c04b2af0e6345bad5c37f69e75551a58f8f52.tar.gz
openbsd-6f1c04b2af0e6345bad5c37f69e75551a58f8f52.tar.bz2
openbsd-6f1c04b2af0e6345bad5c37f69e75551a58f8f52.zip
Add an empty line
Diffstat (limited to 'src/regress/lib/libcrypto/x509/constraints.c')
-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{