Clean up EVP_PKEY_asn1_get0_info() a bit
authortb <tb@openbsd.org>
Thu, 4 Jan 2024 17:22:29 +0000 (17:22 +0000)
committertb <tb@openbsd.org>
Thu, 4 Jan 2024 17:22:29 +0000 (17:22 +0000)
commita03a5a63cb7f03d3b2ab75334ddeafa51700fbf3
tree48fb2393e4bacd923e1c6735d63bba374df71afb
parent633325655a8439d9cf55e0685a10be6e8c74e186
Clean up EVP_PKEY_asn1_get0_info() a bit

Use better variable names without silly p prefix and use explicit checks
against NULL.
lib/libcrypto/evp/p_lib.c