From 1830d55f6b82051dbcc8410d7b02753d43f0dabd Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 28 Dec 2021 21:23:40 +0000 Subject: Fix typo in comment --- src/lib/libcrypto/x509/x509_addr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/x509/x509_addr.c b/src/lib/libcrypto/x509/x509_addr.c index 168fed3467..f4e534a6ad 100644 --- a/src/lib/libcrypto/x509/x509_addr.c +++ b/src/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; -- cgit v1.2.3-55-g6feb