mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 09:55:32 +00:00
Enable threading in all.sh test for X.509 on demand parsing
This commit is contained in:
parent
38f0cb487c
commit
7dbf49a518
|
@ -922,6 +922,8 @@ component_test_asan_on_demand_parsing_remove_peer_cert () {
|
|||
msg "build: default config, no peer CRT, on-demand CRT parsing (ASan build)"
|
||||
scripts/config.pl unset MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
|
||||
scripts/config.pl set MBEDTLS_X509_ON_DEMAND_PARSING
|
||||
scripts/config.pl set MBEDTLS_THREADING_C
|
||||
scripts/config.pl set MBEDTLS_THREADING_PTHREAD
|
||||
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
|
||||
make
|
||||
|
||||
|
|
Loading…
Reference in a new issue