From b6c55b8dfb33874286e0f4c69d8d3cb6e7f94b0d Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 1 Oct 2023 04:48:39 +0000 Subject: Add an empty line --- src/regress/lib/libcrypto/x509/constraints.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -/* $OpenBSD: constraints.c,v 1.16 2023/09/29 15:53:59 beck Exp $ */ +/* $OpenBSD: constraints.c,v 1.17 2023/10/01 04:48:39 tb Exp $ */ /* * Copyright (c) 2020 Bob Beck * @@ -388,6 +388,7 @@ test_invalid_uri(void) done: return failure; } + static int test_valid_uri(void) { -- cgit v1.2.3-55-g6feb