Merge pull request #607 from Jinbosh8/reset-gcm-memory

This commit is contained in:
Steffen Jaeckel 2022-11-15 16:23:23 +01:00 committed by GitHub
commit 29986d04f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,7 @@ int gcm_memory( int cipher,
err = CRYPT_INVALID_ARG;
}
LTC_ERR:
gcm_reset(gcm);
XFREE(orig);
return err;
}