[pkg-opensc-commit] [engine-pkcs11] 11/43: Brought public keys enumeration routine name in sync with libp11 upcoming change that Michal Trojnara is preparing

Eric Dorland eric at moszumanska.debian.org
Sun Jan 31 06:38:46 UTC 2016


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

eric pushed a commit to branch master
in repository engine-pkcs11.

commit 775968b6e0392efff0a0ae24a559f4d11535f386
Author: Mouse <mouse008 at gmail.com>
Date:   Wed Dec 30 18:16:13 2015 -0500

    Brought public keys enumeration routine name in sync with libp11 upcoming
    change that Michal Trojnara is preparing
---
 src/engine_pkcs11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/engine_pkcs11.c b/src/engine_pkcs11.c
index b517364..7ad24d8 100644
--- a/src/engine_pkcs11.c
+++ b/src/engine_pkcs11.c
@@ -1009,7 +1009,7 @@ static EVP_PKEY *pkcs11_load_key(ENGINE * e, const char *s_slot_key_id,
 	} else {
 	  
 	  /* Make sure there is at least one public key on the token */
-	  if (PKCS11_enumerate_pubkeys(tok, &keys, &key_count)) {
+	  if (PKCS11_enumerate_public_keys(tok, &keys, &key_count)) {
 	    fail("unable to enumerate public keys\n");
 	  }
 	  if (key_count == 0) {

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



More information about the pkg-opensc-commit mailing list