Move X509V3_add_standard_extensions out of the way
authortb <tb@openbsd.org>
Sat, 11 May 2024 18:59:39 +0000 (18:59 +0000)
committertb <tb@openbsd.org>
Sat, 11 May 2024 18:59:39 +0000 (18:59 +0000)
commitac522c4ff05436545808ed8b97404011881f694a
tree2216f7adf4e9c1cbb31b1defb8e503a2cf81bdd1
parentf4b64d973d0187d94a3115c5b3ffc606c69d7ba0
Move X509V3_add_standard_extensions out of the way

This function is only used by OpenLDAP and it's been a noop since
forever. It has no business to be squeezed in between a number of
other, quite unrelated functions. It's distracting.
lib/libcrypto/x509/x509_lib.c