mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 20:05:40 +01:00
Fix test message for entropy safety switch.
This commit is contained in:
parent
06c54000f3
commit
d2e7ff746d
@ -265,7 +265,7 @@ scripts/config.pl unset MBEDTLS_NET_C # getaddrinfo() undeclared, etc.
|
||||
scripts/config.pl set MBEDTLS_NO_PLATFORM_ENTROPY # uses syscall() on GNU/Linux
|
||||
CC=gcc CFLAGS='-Werror -O0 -std=c99 -pedantic' make lib
|
||||
|
||||
msg "build: full config with MBEDTLS_TEST_WO_ENTROPY (ASan build)"
|
||||
msg "build: default config with MBEDTLS_TEST_WO_ENTROPY (ASan build)"
|
||||
cleanup
|
||||
cp "$CONFIG_H" "$CONFIG_BAK"
|
||||
scripts/config.pl set MBEDTLS_TEST_WO_ENTROPY
|
||||
|
Loading…
Reference in New Issue
Block a user