From: tb Date: Sun, 1 Oct 2023 04:48:39 +0000 (+0000) Subject: Add an empty line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d9d2b19ad0216ff3e904aa486de5a100b82d2960;p=openbsd Add an empty line --- 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) {