1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Remove unrelated comment

Signed-off-by: Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com>
This commit is contained in:
Kusumit Ghoderao
2023-04-27 16:57:24 +05:30
parent 7415539173
commit a5376954ce

View File

@ -6490,7 +6490,6 @@ static psa_status_t psa_key_derivation_input_integer_internal(
psa_algorithm_t kdf_alg = psa_key_derivation_get_kdf_alg(operation);
{
/* This can't happen unless the operation object was not initialized */
(void) step;
(void) value;
(void) kdf_alg;