mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-03 03:57:26 +02:00
Fix unused variable warning
Signed-off-by: Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com>
This commit is contained in:
parent
02326d5083
commit
3a18dee1e8
|
|
@ -6511,6 +6511,7 @@ static psa_status_t psa_key_derivation_input_integer_internal(
|
|||
#endif /* MBEDTLS_PSA_BUILTIN_ALG_TLS12_ECJPAKE_TO_PMS */
|
||||
{
|
||||
/* This can't happen unless the operation object was not initialized */
|
||||
(void) step;
|
||||
(void) value;
|
||||
(void) kdf_alg;
|
||||
return PSA_ERROR_BAD_STATE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue