Remove debugging code left in LMOTS tests

Signed-off-by: Raef Coles <raef.coles@arm.com>
This commit is contained in:
Raef Coles 2022-10-10 16:11:50 +01:00
parent 3c4ae77fec
commit 7726678b23
No known key found for this signature in database
GPG Key ID: 1AAF1B43DF2086F4

View File

@ -12,7 +12,6 @@ int check_lmots_private_key_for_leak(unsigned char * sig)
idx++ )
{
if( sig[idx] != 0x7E ) {
while(1){}
return 1;
}
}