aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2019-03-04 12:49:53 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2019-03-04 12:49:53 -0800
commit4d0912c95e46a00062c67127b7e71259417e0ff0 (patch)
tree1b6f70063016a3f611f5ad379434832dd93d8790
parent8fd9fcdac8156e2b03513419d8245bb83bcda169 (diff)
downloadopenssl-pkcs11-export-4d0912c95e46a00062c67127b7e71259417e0ff0.tar.gz
pkcs11.c: remove stray debugging printf in C_FindObjectsInit
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--pkcs11.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkcs11.c b/pkcs11.c
index e6a2d9c..21b336d 100644
--- a/pkcs11.c
+++ b/pkcs11.c
@@ -463,7 +463,6 @@ C_FindObjectsInit(CK_SESSION_HANDLE handle, CK_ATTRIBUTE_PTR template,
}
fail:
set_find(handle, cur_find, find_restriction);
- printf("find init with find_restriction=%ld, cur_find=%d\n", find_restriction, cur_find);
return CKR_OK;
}