CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/02 14:07:21
Modified files:
regress/lib/libcrypto/cms: cmstest.c
Log message:
Nitpick error checks of BN_get_mem_data()
BN_get_mem_data() returns a non-positive long on error, so assigning
it to a size_t and displaying that in error messages is incorrect.
