diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-28 16:03:20 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-28 16:03:20 +0000 |
commit | 8172be3526e1305be540edda88295cb1de47e0d7 (patch) | |
tree | 5ae6b6b844b90b77b1441c467b858054c269452d | |
parent | a2c0f895193bde0545b58f94ccc3b7fe4b4a6c58 (diff) |
Fix RFC number in comment
-rw-r--r-- | usr.sbin/rpki-client/x509.c | 4 |
1 files 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 <tb@openbsd.org> * Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org> @@ -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 |