mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-03 12:00:16 +02:00
Remove debugging code left in LMOTS tests
Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
parent
3c4ae77fec
commit
7726678b23
|
|
@ -12,7 +12,6 @@ int check_lmots_private_key_for_leak(unsigned char * sig)
|
|||
idx++ )
|
||||
{
|
||||
if( sig[idx] != 0x7E ) {
|
||||
while(1){}
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue