mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Add config-thread.h to test-ref-configs.pl
This commit is contained in:
parent
eb47b870b1
commit
ca700b2371
3 changed files with 26 additions and 0 deletions
|
|
@ -71,6 +71,10 @@
|
|||
#define MBEDTLS_SSL_SRV_C
|
||||
#define MBEDTLS_SSL_TLS_C
|
||||
|
||||
/* For tests using ssl-opt.sh */
|
||||
#define MBEDTLS_NET_C
|
||||
#define MBEDTLS_TIMING_C
|
||||
|
||||
/* Save RAM by adjusting to our exact needs */
|
||||
#define MBEDTLS_ECP_MAX_BITS 256
|
||||
#define MBEDTLS_ENTROPY_MAX_SOURCES 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue