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_3-80-g80586b2


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_3-80-g80586b2
Date: Mon, 10 Oct 2011 12:20:59 +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=80586b297c6ba6f7f58f71b75183b219d65b1ad7

The branch, master has been updated
       via  80586b297c6ba6f7f58f71b75183b219d65b1ad7 (commit)
      from  023a291dc96906c6d5184de97e02459d497a19ca (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 80586b297c6ba6f7f58f71b75183b219d65b1ad7
Author: Simon Josefsson <address@hidden>
Date:   Mon Oct 10 14:20:46 2011 +0200

    Use gnutls_openpgp_keyid_t type for keyid variable.

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

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

diff --git a/src/cli.c b/src/cli.c
index 12fa326..25b6f67 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -174,7 +174,7 @@ load_keys (void)
   gnutls_pkcs11_privkey_t pkcs11_key;
 #endif
   gnutls_x509_privkey_t tmp_key;
-  uint8_t keyid[GNUTLS_OPENPGP_KEYID_SIZE];
+  gnutls_openpgp_keyid_t keyid;
 
   if (x509_certfile != NULL && x509_keyfile != NULL)
     {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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