diff options
| -rw-r--r-- | src/regress/lib/libcrypto/x509/rfc3779/rfc3779.c | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ | |||
| 1 | /* $OpenBSD: rfc3779.c,v 1.11 2026/03/13 06:40:56 tb Exp $ */ | 1 | /* $OpenBSD: rfc3779.c,v 1.12 2026/03/13 06:47:34 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2021 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2021 Theo Buehler <tb@openbsd.org> |
| 4 | * | 4 | * |
| @@ -216,6 +216,8 @@ const struct IPAddressOrRange_test IPAddressOrRange_test_data[] = { | |||
| 216 | 0x0a, 0x40, 0x0f, 0xff, | 216 | 0x0a, 0x40, 0x0f, 0xff, |
| 217 | }, | 217 | }, |
| 218 | }, | 218 | }, |
| 219 | |||
| 220 | /* Part of AfriNIC, first actual range in afrinic.constraints. */ | ||
| 219 | { | 221 | { |
| 220 | .description = "range 196.1.7.0 - 196.1.63.255", | 222 | .description = "range 196.1.7.0 - 196.1.63.255", |
| 221 | .der = { | 223 | .der = { |
| @@ -778,6 +780,8 @@ const struct build_addr_block_test_data build_addr_block_tests[] = { | |||
| 778 | }, | 780 | }, |
| 779 | .afi_len = 1, | 781 | .afi_len = 1, |
| 780 | }, | 782 | }, |
| 783 | |||
| 784 | /* Part of AfriNIC, first actual range in afrinic.constraints. */ | ||
| 781 | { | 785 | { |
| 782 | .description = "range 196.1.7.0 - 196.1.63.255", | 786 | .description = "range 196.1.7.0 - 196.1.63.255", |
| 783 | .addrs = { | 787 | .addrs = { |
