Refactor extract_min_max()
authortb <tb@openbsd.org>
Tue, 4 Jan 2022 20:30:30 +0000 (20:30 +0000)
committertb <tb@openbsd.org>
Tue, 4 Jan 2022 20:30:30 +0000 (20:30 +0000)
commit406a7a7b328b52294a7957ab861913d07831178d
tree76e03fcb1a0153f3dfc46378b3a971af367f6b8d
parentf762180dafab668a02b8db22e646488a35eb2d2e
Refactor extract_min_max()

extract_min_max() crammed all the work in two return statements
inside a switch.  Make this more readable by splitting out the
extraction of the min and max as BIT STRINGs from an addressPrefix
or an addressRange and once that's done expanding them to raw
addresses.

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