stray space
authortb <tb@openbsd.org>
Tue, 8 Nov 2022 08:15:39 +0000 (08:15 +0000)
committertb <tb@openbsd.org>
Tue, 8 Nov 2022 08:15:39 +0000 (08:15 +0000)
usr.sbin/rpki-client/cert.c

index 2ce5f63..84c48aa 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cert.c,v 1.96 2022/11/07 16:23:32 job Exp $ */
+/*     $OpenBSD: cert.c,v 1.97 2022/11/08 08:15:39 tb Exp $ */
 /*
  * Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
  * Copyright (c) 2021 Job Snijders <job@openbsd.org>
@@ -480,7 +480,7 @@ sbgp_sia(struct parse *p, X509_EXTENSION *ext)
                goto out;
        }
        mftfilename++;
-       if (!valid_filename(mftfilename, strlen(mftfilename))) {
+       if (!valid_filename(mftfilename, strlen(mftfilename))) {
                warnx("%s: SIA: rpkiManifest filename contains invalid "
                    "characters", p->fn);
                goto out;