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: psa_crypto: mark expected_shared_secret as __unused
Mark expected_shared_secret as __unused so the variable is always defined
but does not trigger compiler warnings when CONFIG_TEST_WRAPPED_KEYS is
enabled and the value is not referenced.
This aligns with Zephyr coding conventions for conditionally used constants
and avoids build errors in tests compiled with -Werror.
Signed-off-by: Aasim Shaik <[email protected]>
0 commit comments