Skip to content

Commit

Permalink
samples: ecjpake: Fix PSA_WANT config
Browse files Browse the repository at this point in the history
Add missing CONFIG_PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY=y

Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
  • Loading branch information
mswarowsky authored and carlescufi committed Mar 14, 2024
1 parent 183f4e1 commit 2ffa765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/crypto/ecjpake/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CONFIG_PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS=y
CONFIG_PSA_WANT_GENERATE_RANDOM=y
CONFIG_PSA_WANT_ALG_SHA_256=y
CONFIG_PSA_WANT_ECC_SECP_R1_256=y
CONFIG_PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY=y
CONFIG_NRF_SECURITY=y

CONFIG_MBEDTLS_ENABLE_HEAP=y
Expand Down

0 comments on commit 2ffa765

Please sign in to comment.