Defang X509_REQ_{s,g}et_extension_nids()
authortb <tb@openbsd.org>
Wed, 8 May 2024 07:55:10 +0000 (07:55 +0000)
committertb <tb@openbsd.org>
Wed, 8 May 2024 07:55:10 +0000 (07:55 +0000)
commitb7b56f16640800d3e2bd645fdc125400ad0216f0
tree5c50ee092e5269e595d068316276de9c2918b1cd
parenta99780ecc0fca0d23006ffe55fd47aca43d8fc11
Defang X509_REQ_{s,g}et_extension_nids()

These fiddle with unprotected global state, so aren't thread safe and
of course there was no good reason to have this API in the first place.
Nothing uses it, so it becomes a noop and will be removed in the next
major bump.

ok jsing
lib/libcrypto/x509/x509_req.c