removed superfluous print argument
This commit is contained in:
@@ -248,7 +248,7 @@ static bool test_signer(private_crypto_tester_t *this,
|
|||||||
enumerator->destroy(enumerator);
|
enumerator->destroy(enumerator);
|
||||||
if (!tested)
|
if (!tested)
|
||||||
{
|
{
|
||||||
DBG1("%s %N: no test vectors found%s",
|
DBG1("%s %N: no test vectors found",
|
||||||
this->required ? "disabled" : "enabled ",
|
this->required ? "disabled" : "enabled ",
|
||||||
integrity_algorithm_names, alg);
|
integrity_algorithm_names, alg);
|
||||||
return !this->required;
|
return !this->required;
|
||||||
|
|||||||
Reference in New Issue
Block a user