mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
mbedtls_zeroize -> mbedtls_platform_zeroize in docs
This commit is contained in:
parent
d0ef468d39
commit
708c5cb6ab
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue