From 7856f77c0d46501bbb8e110f432b825bc0998ab2 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 4 Nov 2022 12:05:36 +0000 Subject: [PATCH] whitespace --- usr.sbin/rpki-client/cert.c | 4 ++-- usr.sbin/rpki-client/extern.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.sbin/rpki-client/cert.c b/usr.sbin/rpki-client/cert.c index 641a5d6b7d7..92bc54bb34d 100644 --- a/usr.sbin/rpki-client/cert.c +++ b/usr.sbin/rpki-client/cert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cert.c,v 1.94 2022/11/04 10:09:09 job Exp $ */ +/* $OpenBSD: cert.c,v 1.95 2022/11/04 12:05:36 tb Exp $ */ /* * Copyright (c) 2022 Theo Buehler * Copyright (c) 2021 Job Snijders @@ -481,7 +481,7 @@ sbgp_sia(struct parse *p, X509_EXTENSION *ext) "characters", p->fn); goto out; } - + if (strstr(p->res->mft, p->res->repo) != p->res->mft) { warnx("%s: RFC 6487 section 4.8.8: SIA: " "conflicting URIs for caRepository and rpkiManifest", diff --git a/usr.sbin/rpki-client/extern.h b/usr.sbin/rpki-client/extern.h index 022544841bc..dbfadaa8bbd 100644 --- a/usr.sbin/rpki-client/extern.h +++ b/usr.sbin/rpki-client/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.158 2022/11/04 09:43:13 job Exp $ */ +/* $OpenBSD: extern.h,v 1.159 2022/11/04 12:05:36 tb Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -331,10 +331,10 @@ struct aspa { char *aki; /* AKI */ char *sia; /* SIA signedObject */ char *ski; /* SKI */ - uint32_t custasid; /* the customerASID */ + uint32_t custasid; /* the customerASID */ struct aspa_provider *providers; /* the providers */ size_t providersz; /* number of providers */ - time_t expires; /* NotAfter of the ASPA EE cert */ + time_t expires; /* NotAfter of the ASPA EE cert */ }; /* @@ -754,7 +754,7 @@ char *x509_convert_seqnum(const char *, const ASN1_INTEGER *); int x509_location(const char *, const char *, const char *, GENERAL_NAME *, char **); int x509_inherits(X509 *); -int x509_any_inherits(X509 *); +int x509_any_inherits(X509 *); /* printers */ char *time2str(time_t); -- 2.20.1