mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-10 23:15:40 +00:00
Fix option compatibility check
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
14c332baee
commit
89ffb28051
|
@ -606,7 +606,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_PSA_INJECT_ENTROPY) && \
|
#if defined(MBEDTLS_PSA_INJECT_ENTROPY) && \
|
||||||
!defined(MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG)
|
defined(MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG)
|
||||||
#error "MBEDTLS_PSA_INJECT_ENTROPY is not compatible with MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG"
|
#error "MBEDTLS_PSA_INJECT_ENTROPY is not compatible with MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue