CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/18 01:24:15
Modified files:
lib/libcrypto/cms: cms_dd.c
Log message:
cms_DigestedData_create() use X509_ALGOR_set_evp_md()
Our internal version allows for error checking and this avoids a silent
failure leading to corruption later on.
Clean up includes while there.
ok jsing
