summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/validate.c
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-04-14 00:23:17 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-04-14 00:23:17 +0000
commit95f4875657305e228805795b9112f91657aa1999 (patch)
tree3f5aa9775f8f38027ab8b238e6a8df5cbd679e5a /usr.sbin/rpki-client/validate.c
parentbe4aea596515be7885b463e238e17d589ec29ea8 (diff)
A tab snuck in
Diffstat (limited to 'usr.sbin/rpki-client/validate.c')
-rw-r--r--usr.sbin/rpki-client/validate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/validate.c b/usr.sbin/rpki-client/validate.c
index 99247fe47a8..5897ea5e0a6 100644
--- a/usr.sbin/rpki-client/validate.c
+++ b/usr.sbin/rpki-client/validate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: validate.c,v 1.56 2023/04/13 17:04:02 job Exp $ */
+/* $OpenBSD: validate.c,v 1.57 2023/04/14 00:23:16 tb Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -95,7 +95,7 @@ valid_ski_aki(const char *fn, struct auth_tree *auths,
warnx("%s: AKI doesn't match Manifest AKI", fn);
return NULL;
}
- }
+ }
if (auth_find(auths, ski) != NULL) {
warnx("%s: RFC 6487: duplicate SKI", fn);