gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_5-5-gbd17ae


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_12_5-5-gbd17ae2
Date: Sun, 22 May 2011 14:38:42 +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=bd17ae29dfd9a7c6c4e7d15c26ee6d631d06d8eb

The branch, gnutls_2_12_x has been updated
       via  bd17ae29dfd9a7c6c4e7d15c26ee6d631d06d8eb (commit)
      from  c0e2cf2de3d254fc4bb85586b2cee7ab0c4b6357 (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 bd17ae29dfd9a7c6c4e7d15c26ee6d631d06d8eb
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun May 22 16:21:27 2011 +0200

    corrected bug in load-pubkey.

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

Summary of changes:
 src/certtool-common.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/certtool-common.c b/src/certtool-common.c
index a4cc71c..91fbbeb 100644
--- a/src/certtool-common.c
+++ b/src/certtool-common.c
@@ -547,7 +547,7 @@ load_pubkey (int mand, common_info_st * info)
   if (info->pubkey == NULL)
     error (EXIT_FAILURE, 0, "missing --load-pubkey");
 
-  if (strncmp(info->privkey, "pkcs11:", 7) == 0)
+  if (strncmp(info->pubkey, "pkcs11:", 7) == 0)
     return _load_pkcs11_pubkey(info->pubkey);
 
   ret = gnutls_pubkey_init (&key);


hooks/post-receive
-- 
GNU gnutls



reply via email to

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