diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_addr.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 1 | /* $OpenBSD: x509_addr.c,v 1.46 2021/12/28 21:06:01 tb Exp $ */ | 1 | /* $OpenBSD: x509_addr.c,v 1.47 2021/12/28 21:23:40 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Contributed to the OpenSSL Project by the American Registry for | 3 | * Contributed to the OpenSSL Project by the American Registry for |
| 4 | * Internet Numbers ("ARIN"). | 4 | * Internet Numbers ("ARIN"). |
| @@ -857,7 +857,7 @@ make_IPAddressFamily(IPAddrBlocks *addr, const unsigned afi, | |||
| 857 | if (!CBB_init(&cbb, 0)) | 857 | if (!CBB_init(&cbb, 0)) |
| 858 | goto err; | 858 | goto err; |
| 859 | 859 | ||
| 860 | /* XXX - should afi <= 65535 and *safi < 255 be checked here? */ | 860 | /* XXX - should afi <= 65535 and *safi <= 255 be checked here? */ |
| 861 | 861 | ||
| 862 | if (!CBB_add_u16(&cbb, afi)) | 862 | if (!CBB_add_u16(&cbb, afi)) |
| 863 | goto err; | 863 | goto err; |
