CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/18 05:43:27
Modified files:
usr.bin/openssl: cms.c
Log message:
Remove typedef and check sk_push return value in openssl(1) cms
- Remove typedef and use 'struct cms_key_param' instead
- Check return value of sk_X509_push and sk_OPENSSL_STRING_push
- Add a blank line to separate variable declarations from code
comments from jsing@
