mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 03:04:24 +02:00
Enable threading in all.sh test for X.509 on demand parsing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user