[pkg-opensc-commit] [libp11] 19/239: struct sc_pkcs11_module: handle field is lt_dlhandle not (lt_dlhandle *) since lt_dlopen returns a lt_dlhandle

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:03 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 000107ed309f03882e6c139b4cc42f435bd227ba
Author: Ludovic Rousseau <ludovic.rousseau+github at gmail.com>
Date:   Mon Aug 29 07:20:09 2005 +0000

    struct sc_pkcs11_module: handle field is lt_dlhandle not (lt_dlhandle *)
    since lt_dlopen returns a lt_dlhandle
---
 src/libpkcs11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libpkcs11.c b/src/libpkcs11.c
index 8d5444d..a941333 100644
--- a/src/libpkcs11.c
+++ b/src/libpkcs11.c
@@ -34,7 +34,7 @@
 
 struct sc_pkcs11_module {
 	unsigned int _magic;
-	lt_dlhandle *handle;
+	lt_dlhandle handle;
 };
 typedef struct sc_pkcs11_module sc_pkcs11_module_t;
 

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