[pkg-opensc-commit] [libp11] 35/239: update example to match latest library changes.

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:05 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 279288cb9bb78450cb207dfbb5bc5c8d3d45464d
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Thu Sep 1 15:46:50 2005 +0000

    update example to match latest library changes.
---
 examples/auth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/auth.c b/examples/auth.c
index 63c8904..474ea9a 100644
--- a/examples/auth.c
+++ b/examples/auth.c
@@ -65,7 +65,7 @@ int main(int argc, char *argv[])
 
 norandom:
 notoken:
-	PKCS11_destroy_all_slots(ctx, slots, nslots);
+	PKCS11_release_all_slots(ctx, slots, nslots);
 
 noslots:
 	PKCS11_CTX_unload(ctx);

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