Remove assert from extract_min_max()
authortb <tb@openbsd.org>
Fri, 24 Dec 2021 02:07:37 +0000 (02:07 +0000)
committertb <tb@openbsd.org>
Fri, 24 Dec 2021 02:07:37 +0000 (02:07 +0000)
commitd5a863b5372f3e27f7ae14343d133cdbf7cf865a
tree4a91b79906a1c86580415167565a40ac01ba8923
parentde74cc91861c41921c4a41b71a5be3cdaf97783b
Remove assert from extract_min_max()

All callers ensure that aor != NULL, so this isn't necessary.

ok jsing
lib/libcrypto/x509/x509_asid.c