1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Change test_zeroize.gdb script breakpoint due to zeroize.c change

This commit is contained in:
Andres Amaya Garcia
2017-10-31 21:28:31 +00:00
committed by Andres Amaya Garcia
parent 88f8f41e5a
commit 7111a0d13b

View File

@ -17,7 +17,7 @@
set confirm off
file ./programs/test/zeroize
break zeroize.c:88
break zeroize.c:90
set args ./programs/test/zeroize.c
run