Replace the sorted extensions lookup with a switch
authortb <tb@openbsd.org>
Sun, 31 Dec 2023 07:10:50 +0000 (07:10 +0000)
committertb <tb@openbsd.org>
Sun, 31 Dec 2023 07:10:50 +0000 (07:10 +0000)
commit9e624728fb9bd4e2a5d90c801de7b4d4ad5000a0
tree6456df56502e7a555db21fcd839a765af685f27d
parent3c4303576270e7048a1979ea9e8fe69ba702eea5
Replace the sorted extensions lookup with a switch

If all you have is OBJ_bsearch_(), everything looks like a nail. This
changes a binary search over a list of 12 elements with a lookup via
a switch.

switch suggested by claudio
ok jsing
lib/libcrypto/x509/x509_purp.c