CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/11/05 05:32:45
Modified files: lib/libcrypto/pem: pem_seal.c Log message: Make sure PEM_SealInit() will correctly destroy the PEM_ENCODE_SEAL_CTX upon error, as there is no way to do this outside of PEM_SealFinal(), which can only work if PEM_SealInit() succeeded... ok beck@ jsing@