From df58c94db2952a5fae0d5f34d30f212ef79b975b Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 28 Dec 2021 21:23:40 +0000 Subject: [PATCH] Fix typo in comment --- lib/libcrypto/x509/x509_addr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/x509/x509_addr.c b/lib/libcrypto/x509/x509_addr.c index 168fed34678..f4e534a6ad1 100644 --- a/lib/libcrypto/x509/x509_addr.c +++ b/lib/libcrypto/x509/x509_addr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_addr.c,v 1.46 2021/12/28 21:06:01 tb Exp $ */ +/* $OpenBSD: x509_addr.c,v 1.47 2021/12/28 21:23:40 tb Exp $ */ /* * Contributed to the OpenSSL Project by the American Registry for * Internet Numbers ("ARIN"). @@ -857,7 +857,7 @@ make_IPAddressFamily(IPAddrBlocks *addr, const unsigned afi, if (!CBB_init(&cbb, 0)) goto err; - /* XXX - should afi <= 65535 and *safi < 255 be checked here? */ + /* XXX - should afi <= 65535 and *safi <= 255 be checked here? */ if (!CBB_add_u16(&cbb, afi)) goto err; -- 2.20.1