CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/10 15:40:59
Modified files:
lib/libssl/src/crypto/pkcs7: pk7_smime.c
Log message:
Fix a double free in a can't-fail error path in PKCS7_decrypt(), by removing
the error path altogether and simplifying the local variables as a result.
joint work with jsing@; ok jsing@ tedu@
