1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

mbedtls_zeroize -> mbedtls_platform_zeroize in docs

This commit is contained in:
Andres Amaya Garcia
2018-04-24 08:33:31 -05:00
parent d0ef468d39
commit 708c5cb6ab
2 changed files with 5 additions and 5 deletions

View File

@@ -909,7 +909,7 @@ rm -rf "$OUT_OF_SOURCE_DIR"
for optimization_flag in -O2 -O3 -Ofast -Os; do
for compiler in clang gcc; do
msg "test: $compiler $optimization_flag, mbedtls_zeroize()"
msg "test: $compiler $optimization_flag, mbedtls_platform_zeroize()"
cleanup
CC="$compiler" DEBUG=1 CFLAGS="$optimization_flag" make programs
gdb -x tests/scripts/test_zeroize.gdb -nw -batch -nx