Fix leak.

This commit is contained in:
Dr. Stephen Henson 2003-01-04 18:25:24 +00:00
parent f68843e3d7
commit 876e96fdbf

View File

@ -1700,6 +1700,7 @@ int MAIN(int argc, char **argv)
else
EVP_EncryptFinal_ex(&ctx,buf,&outl);
d=Time_F(STOP);
EVP_CIPHER_CTX_cleanup(&ctx);
}
if (evp_md)
{