1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Fix unused variable warning

Signed-off-by: Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com>
This commit is contained in:
Kusumit Ghoderao
2023-04-07 16:16:27 +05:30
parent 02326d5083
commit 3a18dee1e8

View File

@ -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;