mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 17:51:10 +00:00
Remove CTR DRBG from baremetal test configuration
This commit is contained in:
parent
c973fdee72
commit
801de73ad6
|
@ -37,9 +37,6 @@
|
|||
/* Debug output */
|
||||
#define MBEDTLS_DEBUG_C
|
||||
|
||||
/* ssl_client2 and ssl_server2 use CTR-DRBG so far. */
|
||||
#define MBEDTLS_CTR_DRBG_C
|
||||
|
||||
/* The ticket implementation hardcodes AES-GCM */
|
||||
#define MBEDTLS_GCM_C
|
||||
|
||||
|
|
Loading…
Reference in a new issue