forked from wolfSSL/wolfssl
Merge pull request #8814 from douzzer/20250529-linuxkm-fix-AesGcmCrypt_1-no-stream
20250529-linuxkm-fix-AesGcmCrypt_1-no-stream
This commit is contained in:
@ -1432,9 +1432,6 @@ static int AesGcmCrypt_1(struct aead_request *req, int decrypt_p, int rfc4106_p)
|
|||||||
|
|
||||||
out:
|
out:
|
||||||
|
|
||||||
if (sk_walk.nbytes)
|
|
||||||
(void)skcipher_walk_done(&sk_walk, -EINVAL); /* force summary cleanup */
|
|
||||||
|
|
||||||
if (sg_buf) {
|
if (sg_buf) {
|
||||||
free(sg_buf);
|
free(sg_buf);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user