Better variable names in EVP_CIPHER_type()
authortb <tb@openbsd.org>
Tue, 2 Jan 2024 18:28:35 +0000 (18:28 +0000)
committertb <tb@openbsd.org>
Tue, 2 Jan 2024 18:28:35 +0000 (18:28 +0000)
commit7101bdfcc72541ea67a44110e9bcfbfef7864d28
tree7bf0e898681342a3247b2f5abbfead03449c77ae
parent6a626acc247e213540943f27a01a90d7f1943136
Better variable names in EVP_CIPHER_type()

The EVP_CIPHER *ctx (yes) is renamed to cipher, otmp becomes an aobj.
Change two !ptr to ptr == NULL checks.
lib/libcrypto/evp/evp_cipher.c