refine
This commit is contained in:
parent
df798627b9
commit
f3cfa33b07
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ class OpenSSLCryptoBase(object):
|
|||
if self._ctx:
|
||||
ctx_cleanup(self._ctx)
|
||||
libcrypto.EVP_CIPHER_CTX_free(self._ctx)
|
||||
self._ctx = None
|
||||
|
||||
|
||||
class OpenSSLAeadCrypto(OpenSSLCryptoBase, AeadCryptoBase):
|
||||
|
|
Loading…
Add table
Reference in a new issue