[pkg-opensc-commit] [libp11] 190/239: removed unused variable in PKCS11_CTX_private

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:32 UTC 2015


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

eric pushed a commit to branch master
in repository libp11.

commit cb77ace5e298cf5412f4953a8ff08f59e7a3f018
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Fri Jun 26 14:40:24 2015 +0200

    removed unused variable in PKCS11_CTX_private
---
 src/libp11-int.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/libp11-int.h b/src/libp11-int.h
index 5b0ccea..28e6196 100644
--- a/src/libp11-int.h
+++ b/src/libp11-int.h
@@ -41,7 +41,6 @@ typedef struct pkcs11_ctx_private {
 	void *libinfo;
 	CK_FUNCTION_LIST_PTR method;
 
-	CK_SESSION_HANDLE session;
 	char *init_args;
 } PKCS11_CTX_private;
 #define PRIVCTX(ctx)		((PKCS11_CTX_private *) (ctx->_private))

-- 
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