Skip to content

Commit

Permalink
kconfig: openthread: add missing PSA_WANT_ALG_SHA_224 config
Browse files Browse the repository at this point in the history
add missing `PSA_WANT_ALG_SHA_224` config
to `OPENTHREAD_NRF_SECURITY_PSA`

Signed-off-by: Maciej Baczmanski <[email protected]>
  • Loading branch information
maciejbaczmanski authored and rlubos committed Dec 19, 2023
1 parent 2f01f4d commit 5f06c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/net/openthread/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ config OPENTHREAD_NRF_SECURITY_PSA
select PSA_WANT_ALG_CMAC
select PSA_WANT_ALG_HMAC
select PSA_WANT_ALG_ECB_NO_PADDING
select PSA_WANT_ALG_SHA_224
select PSA_WANT_ALG_SHA_256
select PSA_WANT_ALG_JPAKE if (OPENTHREAD_JOINER || OPENTHREAD_COMMISSIONER)
select PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS if (OPENTHREAD_JOINER || OPENTHREAD_COMMISSIONER)
Expand Down

0 comments on commit 5f06c5d

Please sign in to comment.