Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and ArekBalysNordic committed Apr 10, 2024
1 parent f0b7593 commit 0e19827
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/crypto/crypto.gni
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ assert(
!chip_external_mbedtls || chip_crypto == "mbedtls" || chip_crypto == "psa",
"Use of external mbedtls requires the mbedtls or psa crypto impl")

assert(
!chip_crypto_psa_spake2p || chip_crypto == "psa",
"Use of psa spake2+ requires the psa crypto impl")
assert(!chip_crypto_psa_spake2p || chip_crypto == "psa",
"Use of psa spake2+ requires the psa crypto impl")

0 comments on commit 0e19827

Please sign in to comment.