diff options
author | tb <> | 2023-10-01 04:48:39 +0000 |
---|---|---|
committer | tb <> | 2023-10-01 04:48:39 +0000 |
commit | b6c55b8dfb33874286e0f4c69d8d3cb6e7f94b0d (patch) | |
tree | d82983e4fea621407f619e10c7dee371603a393d /src | |
parent | f14aa99c18e62ecae023f3e285db199af84d85cb (diff) | |
download | openbsd-b6c55b8dfb33874286e0f4c69d8d3cb6e7f94b0d.tar.gz openbsd-b6c55b8dfb33874286e0f4c69d8d3cb6e7f94b0d.tar.bz2 openbsd-b6c55b8dfb33874286e0f4c69d8d3cb6e7f94b0d.zip |
Add an empty line
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/x509/constraints.c | 3 |
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 | |||
391 | static int | 392 | static int |
392 | test_valid_uri(void) | 393 | test_valid_uri(void) |
393 | { | 394 | { |