[SCM] GNU gnutls branch, master, updated. gnutls_3_0_18-105-g1a9c3d8

"Nikos Mavrogiannopoulos" <[email protected]>
Newsgroups gmane.comp.encryption.gpg.gnutls.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=1a9c3d8c8b691d9ec1691d6f4afddeb669151cd8

The branch, master has been updated
       via  1a9c3d8c8b691d9ec1691d6f4afddeb669151cd8 (commit)
      from  7338cd1084f805513d3fbb0ffb1517f3aea847a7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1a9c3d8c8b691d9ec1691d6f4afddeb669151cd8
Author: Nikos Mavrogiannopoulos <[email protected]>
Date:   Sun Jun 3 12:20:47 2012 +0200

    better function naming.

-----------------------------------------------------------------------

Summary of changes:
 lib/pkcs11.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/pkcs11.c b/lib/pkcs11.c
index 49b955f..9510a06 100644
--- a/lib/pkcs11.c
+++ b/lib/pkcs11.c
@@ -1816,7 +1816,7 @@ struct pkey_list
 
 
 static int
-retrieve_pin_for_pinfile (const char *pinfile, struct ck_token_info *token_info,
+retrieve_pin_from_source (const char *pinfile, struct ck_token_info *token_info,
                           int attempts, ck_user_type_t user_type, struct p11_kit_pin **pin)
 {
   unsigned int flags = 0;
@@ -1967,7 +1967,7 @@ retrieve_pin (struct p11_kit_uri *info, struct ck_token_info *token_info,
   if (pinfile != NULL)
     {
       _gnutls_debug_log("pk11: Using pinfile to retrieve PIN\n");
-      ret = retrieve_pin_for_pinfile (pinfile, token_info, attempts, user_type, pin);
+      ret = retrieve_pin_from_source (pinfile, token_info, attempts, user_type, pin);
     }
 
   /* The global gnutls pin callback */


hooks/post-receive
-- 
GNU gnutls
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.