From a5376954ce82837b1e13de5e83da3353d18bf5b6 Mon Sep 17 00:00:00 2001 From: Kusumit Ghoderao Date: Thu, 27 Apr 2023 16:57:24 +0530 Subject: [PATCH] Remove unrelated comment Signed-off-by: Kusumit Ghoderao --- library/psa_crypto.c | 1 - 1 file changed, 1 deletion(-) diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 272493cd4b..f6cb810b27 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c @@ -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;