Fix leak.
This commit is contained in:
parent
f68843e3d7
commit
876e96fdbf
@ -1700,6 +1700,7 @@ int MAIN(int argc, char **argv)
|
|||||||
else
|
else
|
||||||
EVP_EncryptFinal_ex(&ctx,buf,&outl);
|
EVP_EncryptFinal_ex(&ctx,buf,&outl);
|
||||||
d=Time_F(STOP);
|
d=Time_F(STOP);
|
||||||
|
EVP_CIPHER_CTX_cleanup(&ctx);
|
||||||
}
|
}
|
||||||
if (evp_md)
|
if (evp_md)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user