Move CIPHER_CTX cleanups to _Final routines instead of _Init, which avoids
authorBen Laurie <ben@openssl.org>
Sat, 11 Aug 2001 11:32:54 +0000 (11:32 +0000)
committerBen Laurie <ben@openssl.org>
Sat, 11 Aug 2001 11:32:54 +0000 (11:32 +0000)
commitf0446ca8d746ff138a892588e33597411f59f5fa
treeecb28fcc5d23898cdfac5f0ddfc184e12dbc94d3
parent6bc847e49e234ba81008f7ea196651ec45b25c2c
Move CIPHER_CTX cleanups to _Final routines instead of _Init, which avoids
problems with leaks and uninitialised structures.
crypto/evp/evp_enc.c