From 7d892da013d87af304d51aa7b2f8d8e284b459ae Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 13 Mar 2026 06:47:34 +0000 Subject: rfc3779 regress: explain where the range comes from --- src/regress/lib/libcrypto/x509/rfc3779/rfc3779.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/x509/rfc3779/rfc3779.c b/src/regress/lib/libcrypto/x509/rfc3779/rfc3779.c index cb13807c4e..61556f096f 100644 --- a/src/regress/lib/libcrypto/x509/rfc3779/rfc3779.c +++ b/src/regress/lib/libcrypto/x509/rfc3779/rfc3779.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rfc3779.c,v 1.11 2026/03/13 06:40:56 tb Exp $ */ +/* $OpenBSD: rfc3779.c,v 1.12 2026/03/13 06:47:34 tb Exp $ */ /* * Copyright (c) 2021 Theo Buehler * @@ -216,6 +216,8 @@ const struct IPAddressOrRange_test IPAddressOrRange_test_data[] = { 0x0a, 0x40, 0x0f, 0xff, }, }, + + /* Part of AfriNIC, first actual range in afrinic.constraints. */ { .description = "range 196.1.7.0 - 196.1.63.255", .der = { @@ -778,6 +780,8 @@ const struct build_addr_block_test_data build_addr_block_tests[] = { }, .afi_len = 1, }, + + /* Part of AfriNIC, first actual range in afrinic.constraints. */ { .description = "range 196.1.7.0 - 196.1.63.255", .addrs = { -- cgit v1.2.3-55-g6feb