You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crypto: fix unused variable when !BUILTIN_ALG_SP800_108_COUNTER_CMAC
TF-PSA-Crypto patch with title
"Implement SP800-108 Counter CMAC key derivation in PSA Crypto Core"
modified "psa_key_derivation_input_internal()" function adding the
"attributes" parameter. However this is only used when
MBEDTLS_PSA_BUILTIN_ALG_SP800_108_COUNTER_CMAC is enabled. If not a
warning will be generated at build time for unused variable.
This commit updates the patch resolving this problem.
Change-Id: I76ee349a1964d174dc2a6e00933fe0ec6d67a128
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
0 commit comments