[pkg-opensc-commit] [libp11] 19/67: Removed PKCS#11 reinitialization before C_GetAttributeValue calls

Eric Dorland eric at moszumanska.debian.org
Sat Jan 30 05:34:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit 863005dc032290885e8d5a48861d3d41eb430598
Author: Michał Trojnara <Michal.Trojnara at mirt.net>
Date:   Mon Dec 28 12:12:21 2015 +0100

    Removed PKCS#11 reinitialization before C_GetAttributeValue calls
---
 src/p11_attr.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/p11_attr.c b/src/p11_attr.c
index 0e5987e..3f5cfcb 100644
--- a/src/p11_attr.c
+++ b/src/p11_attr.c
@@ -42,8 +42,6 @@ pkcs11_getattr_int(PKCS11_CTX * ctx, CK_SESSION_HANDLE session,
 	CK_ATTRIBUTE templ;
 	int rv;
 
-	CHECK_FORK(ctx);
-
 	templ.type = type;
 	templ.pValue = value;
 	templ.ulValueLen = *size;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list