mirror of
https://github.com/openbsd/src.git
synced 2026-06-17 23:03:29 +02:00
rpki-client: indent some out labels for consistency
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: filemode.c,v 1.82 2026/02/15 17:55:14 job Exp $ */
|
||||
/* $OpenBSD: filemode.c,v 1.83 2026/06/17 08:47:28 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2019 Claudio Jeker <claudio@openbsd.org>
|
||||
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
|
||||
@@ -274,7 +274,7 @@ parse_load_ta(struct tal *tal)
|
||||
uripath_add(tal->uri[i], cert);
|
||||
}
|
||||
|
||||
out:
|
||||
out:
|
||||
free(file);
|
||||
free(f);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: mft.c,v 1.139 2026/06/17 08:22:21 tb Exp $ */
|
||||
/* $OpenBSD: mft.c,v 1.140 2026/06/17 08:47:28 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
|
||||
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
|
||||
@@ -462,7 +462,7 @@ mft_parse(struct cert **out_cert, const char *fn, int talid,
|
||||
cert = NULL;
|
||||
|
||||
rc = 1;
|
||||
out:
|
||||
out:
|
||||
if (rc == 0) {
|
||||
mft_free(mft);
|
||||
mft = NULL;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: roa.c,v 1.88 2026/06/17 08:22:21 tb Exp $ */
|
||||
/* $OpenBSD: roa.c,v 1.89 2026/06/17 08:47:28 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
|
||||
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
|
||||
@@ -272,7 +272,7 @@ roa_parse(struct cert **out_cert, const char *fn, int talid,
|
||||
cert = NULL;
|
||||
|
||||
rc = 1;
|
||||
out:
|
||||
out:
|
||||
if (rc == 0) {
|
||||
roa_free(roa);
|
||||
roa = NULL;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: tal.c,v 1.45 2026/01/20 16:51:44 tb Exp $ */
|
||||
/* $OpenBSD: tal.c,v 1.46 2026/06/17 08:47:28 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
|
||||
*
|
||||
@@ -147,7 +147,7 @@ tal_parse_buffer(const char *fn, char *buf, size_t len)
|
||||
tal->spki + tal->spkisz - der);
|
||||
}
|
||||
rc = 1;
|
||||
out:
|
||||
out:
|
||||
if (rc == 0) {
|
||||
tal_free(tal);
|
||||
tal = NULL;
|
||||
|
||||
Reference in New Issue
Block a user