aes-test: Support test vectors at the end of a file

This commit is contained in:
Tobias Brunner 2013-08-19 10:38:47 +02:00 committed by Andreas Steffen
parent 8972c72237
commit 9455f8b386
1 changed files with 4 additions and 0 deletions

View File

@ -265,6 +265,10 @@ static bool get_next_test_vector(test_vector_t *test)
break;
}
}
if (param != PARAM_UNKNOWN)
{ /* could be that the file ended with a complete test vector */
return TRUE;
}
return FALSE;
}