CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/15 07:07:45
Modified files:
lib/libcrypto/asn1: asn1_item.c
Log message:
ASN1_item_sign_ctx()
Pull a NULL check for pkey->ameth up to before ameth is first accessed. An
EVP_PKEY created with EVP_PKEY_new() has ameth == NULL, so this check makes
sense, but it does not make sense to do it where it was.
