Skip to content

Commit

Permalink
crypto_config.c fix for missing #define
Browse files Browse the repository at this point in the history
Signed-off-by: Nik Markovic <[email protected]>
  • Loading branch information
nik-markovic authored Dec 7, 2023
1 parent c77000c commit b792e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iotc-azrtos-sdk/azrtos-layer/src/azrtos_crypto_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const NX_CRYPTO_METHOD* default_nx_crypto_methods[] =
&crypto_method_hmac,
&crypto_method_hmac_sha256,
&crypto_method_tls_prf_sha256,
#ifdef IOTC_USE_PSA_CIPHERS
#ifdef STM32U585xx
// TODO: Figure out the problem with crypto_method_sha256_psa on STM32U5
// we ought to be using crypto_method_sha256_psa
Expand Down

0 comments on commit b792e69

Please sign in to comment.