[pkg-opensc-commit] [libp11] 41/239: oops, made it internal. fix name again.

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:06 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 28414f093da4182b55c2837f1cdfea931884c6a7
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Thu Sep 1 21:22:33 2005 +0000

    oops, made it internal. fix name again.
---
 src/p11_slot.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/p11_slot.c b/src/p11_slot.c
index 66f0c16..707d53a 100644
--- a/src/p11_slot.c
+++ b/src/p11_slot.c
@@ -44,7 +44,7 @@ PKCS11_enumerate_slots(PKCS11_CTX * ctx, PKCS11_SLOT ** slotp, unsigned int *cou
 	for (n = 0; n < nslots; n++) {
 		if (pkcs11_init_slot(ctx, &slots[n], slotid[n])) {
 			while (n--)
-				PKCS11_release_slot(ctx, slots + n);
+				pkcs11_release_slot(ctx, slots + n);
 			OPENSSL_free(slots);
 			return -1;
 		}
@@ -308,7 +308,7 @@ void PKCS11_release_all_slots(PKCS11_CTX * ctx,  PKCS11_SLOT *slots, unsigned in
 	int i;
 
 	for (i=0; i < nslots; i++)
-		PKCS11_release_slot(ctx, &slots[i]);
+		pkcs11_release_slot(ctx, &slots[i]);
 	OPENSSL_free(slots);
 }
 

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