gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_18-105-g1a9c3d8
Date: Sun, 03 Jun 2012 10:21:29 +0000

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 <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]