Add goto out on AAD error f-631

This commit is contained in:
JacobBarthelmeh
2026-03-13 14:03:31 -06:00
parent aa9ee8b4fa
commit 1958fbdf71
+1
View File
@@ -872,6 +872,7 @@ static int wolfkdriv_gcm_work(device_t dev, wolfkdriv_session_t * session,
if (error) {
error = EINVAL;
goto gcm_work_out;
}
}
else {