CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/01/02 11:28:35
Modified files: lib/libcrypto/evp: evp_cipher.c Log message: 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.