CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/27 23:07:09
Modified files:
lib/libcrypto/cms: cms_smime.c
Log message:
Clean up confusing logic in CMS_EncryptedData_encrypt()
This makes it easier to read and more in line with other code in
libcrypto. Also add a missing error check for the CMS_set_detached()
call.
ok jsing kenjiro
