Removed some unnecessary output

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1336 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
sth 2003-08-06 11:18:21 +00:00
parent c42a3bfc0f
commit 55d05ae222
1 changed files with 0 additions and 1 deletions

View File

@ -2270,7 +2270,6 @@ test_kpgen_certwrite(CK_SLOT_ID slot, CK_SESSION_HANDLE session)
rv = p11->C_Sign(session, data, data_len, NULL, &sig_len);
if (rv != CKR_OK)
p11_fatal("C_Sign", rv);
printf("sig_len = %ld\n", sig_len);
sig_len = 20;
rv = p11->C_Sign(session, data, data_len, sig, &sig_len);
if (rv != CKR_BUFFER_TOO_SMALL) {