mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-19 15:07:48 +00:00
Remove CTR DRBG from baremetal test configuration
This commit is contained in:
parent
c973fdee72
commit
801de73ad6
|
@ -37,9 +37,6 @@
|
||||||
/* Debug output */
|
/* Debug output */
|
||||||
#define MBEDTLS_DEBUG_C
|
#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 */
|
/* The ticket implementation hardcodes AES-GCM */
|
||||||
#define MBEDTLS_GCM_C
|
#define MBEDTLS_GCM_C
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue