mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-25 04:58:51 +02:00
Make it possible, but not officially supported, to switch the CTR_DRBG module to PSA mode even if MBEDTLS_AES_C is defined. This is not really useful in practice, but is convenient to test the PSA mode without setting up drivers. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>