CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/06/15 07:22:25
Modified files: lib/libcrypto/asn1: asn1_item.c Log message: Make NULL checks explicit in ASN1_item_sign_ctx() Also move the NULL check for the EVP_MD into the rv == 2 path, which is the only branch where it is used. ok jsing