mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 15:30:57 +00:00
Disable error on CHACHAPOLY misconfiguration
As the test tries this in multiple configurations, an #error here will fail CI. Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
ac4fa07fa3
commit
18658a7896
|
@ -364,7 +364,7 @@ extern "C" {
|
||||||
#if defined(PSA_WANT_KEY_TYPE_CHACHA20)
|
#if defined(PSA_WANT_KEY_TYPE_CHACHA20)
|
||||||
#define MBEDTLS_CHACHAPOLY_C
|
#define MBEDTLS_CHACHAPOLY_C
|
||||||
#else /* not PSA_WANT_KEY_TYPE_CHACHA20 */
|
#else /* not PSA_WANT_KEY_TYPE_CHACHA20 */
|
||||||
#error "PSA_WANT_ALG_CHACHA20_POLY1305 requires PSA_WANT_KEY_TYPE_CHACHA20"
|
// #error "PSA_WANT_ALG_CHACHA20_POLY1305 requires PSA_WANT_KEY_TYPE_CHACHA20"
|
||||||
#endif /* PSA_WANT_KEY_TYPE_CHACHA20 */
|
#endif /* PSA_WANT_KEY_TYPE_CHACHA20 */
|
||||||
#endif /* PSA_WANT_ALG_CHACHA20_POLY1305 */
|
#endif /* PSA_WANT_ALG_CHACHA20_POLY1305 */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue