mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-03 10:34:16 -04: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++ )
|
idx++ )
|
||||||
{
|
{
|
||||||
if( sig[idx] != 0x7E ) {
|
if( sig[idx] != 0x7E ) {
|
||||||
while(1){}
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user