From 795395bac41dc125128be82fd88c4f01772d9a81 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 28 Jul 2022 16:03:19 +0000 Subject: [PATCH] Fix RFC number in comment --- usr.sbin/rpki-client/x509.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/rpki-client/x509.c b/usr.sbin/rpki-client/x509.c index db10d16cd44..fd90a1e4000 100644 --- a/usr.sbin/rpki-client/x509.c +++ b/usr.sbin/rpki-client/x509.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509.c,v 1.46 2022/05/31 18:51:35 tb Exp $ */ +/* $OpenBSD: x509.c,v 1.47 2022/07/28 16:03:19 tb Exp $ */ /* * Copyright (c) 2022 Theo Buehler * Copyright (c) 2021 Claudio Jeker @@ -536,7 +536,7 @@ x509_get_time(const ASN1_TIME *at, time_t *t) } /* - * Extract and validate an accessLocation, RFC 6487, 4.8 and RFC 8192, 3.2. + * Extract and validate an accessLocation, RFC 6487, 4.8 and RFC 8182, 3.2. * Returns 0 on failure and 1 on success. */ int -- 2.20.1