whitespace
authortb <tb@openbsd.org>
Fri, 4 Nov 2022 12:05:36 +0000 (12:05 +0000)
committertb <tb@openbsd.org>
Fri, 4 Nov 2022 12:05:36 +0000 (12:05 +0000)
usr.sbin/rpki-client/cert.c
usr.sbin/rpki-client/extern.h

index 641a5d6..92bc54b 100644 (file)
@@ -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 <tb@openbsd.org>
  * Copyright (c) 2021 Job Snijders <job@openbsd.org>
@@ -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",
index 0225448..dbfadaa 100644 (file)
@@ -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 <kristaps@bsd.lv>
  *
@@ -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);