mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 15:10:48 +02:00
Fix SECO AES GCM return value
This commit is contained in:
@@ -1075,7 +1075,7 @@ static hsm_err_t wc_SECO_AESGCM(unsigned int args[4], CAAM_BUFFER* buf, int sz)
|
||||
}
|
||||
XFREE(cipherAndTag, NULL, DYNAMIC_TYPE_TMP_BUFFER);
|
||||
(void)sz;
|
||||
return HSM_NO_ERROR;
|
||||
return err;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user