rpki-client: zap a stray space
authortb <tb@openbsd.org>
Sun, 7 Jan 2024 09:48:29 +0000 (09:48 +0000)
committertb <tb@openbsd.org>
Sun, 7 Jan 2024 09:48:29 +0000 (09:48 +0000)
usr.sbin/rpki-client/extern.h

index 808ced8..727d5e9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: extern.h,v 1.197 2023/12/27 07:15:55 tb Exp $ */
+/*     $OpenBSD: extern.h,v 1.198 2024/01/07 09:48:29 tb Exp $ */
 /*
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -366,7 +366,7 @@ struct aspa {
        uint32_t                *providers; /* the providers */
        size_t                   providersz; /* number of providers */
        time_t                   signtime; /* CMS signing-time attribute */
-       time_t                   notbefore; /* EE cert's Not Before */
+       time_t                   notbefore; /* EE cert's Not Before */
        time_t                   notafter; /* notAfter of the ASPA EE cert */
        time_t                   expires; /* when the signature path expires */
 };