pkcs11-tool: fixed missing newline in test output

regression of 4441efa6da
This commit is contained in:
Frank Morgner 2016-12-14 21:18:58 +01:00
parent 13463e2d18
commit dce379b43d
1 changed files with 1 additions and 0 deletions

View File

@ -4511,6 +4511,7 @@ static int test_verify(CK_SESSION_HANDLE sess)
printf(" -- can't get the modulus length, skipping\n");
continue;
}
printf("\n");
errors += sign_verify(sess, priv_key, key_len, pub_key, i != 0);
}