Remove checks that are duplicated in extract_min_max()
authortb <tb@openbsd.org>
Tue, 4 Jan 2022 20:23:05 +0000 (20:23 +0000)
committertb <tb@openbsd.org>
Tue, 4 Jan 2022 20:23:05 +0000 (20:23 +0000)
commitf762180dafab668a02b8db22e646488a35eb2d2e
tree9c2b018b4a7797a6c6e90f57c0767e2beb711c2e
parent9898d3b55e98cb43fcb953f790c85de8c97819a0
Remove checks that are duplicated in extract_min_max()

The NULL checks and the checks that aor->type is reasonable are already
performed in extract_min_max(), so it is unnecessary to repeat them
in X509v3_addr_get_range()

ok inoguchi jsing
lib/libcrypto/x509/x509_addr.c