1
0
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:
tb
2026-06-17 08:47:28 +00:00
parent abb34060f5
commit ce3f70aa3b
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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);
}
+2 -2
View File
@@ -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;
+2 -2
View File
@@ -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;
+2 -2
View File
@@ -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;