From d9d2b19ad0216ff3e904aa486de5a100b82d2960 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 1 Oct 2023 04:48:39 +0000 Subject: [PATCH] Add an empty line --- regress/lib/libcrypto/x509/constraints.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/lib/libcrypto/x509/constraints.c b/regress/lib/libcrypto/x509/constraints.c index 90b7ffbaebc..6677b58c1fc 100644 --- a/regress/lib/libcrypto/x509/constraints.c +++ b/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) { -- 2.20.1