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-83-g133dff7


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_3-83-g133dff7
Date: Mon, 10 Oct 2011 13:14:40 +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=133dff74828291202f6ddf663d0e65472054f72d

The branch, master has been updated
       via  133dff74828291202f6ddf663d0e65472054f72d (commit)
      from  449d2e9f559bcf2598e1b56cc6085a1cdad0b237 (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 133dff74828291202f6ddf663d0e65472054f72d
Author: Simon Josefsson <address@hidden>
Date:   Mon Oct 10 15:14:35 2011 +0200

    Fix type of keyid (finally!).

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

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 25b6f67..766d308 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;
-  gnutls_openpgp_keyid_t keyid;
+  unsigned char keyid[GNUTLS_OPENPGP_KEYID_SIZE];
 
   if (x509_certfile != NULL && x509_keyfile != NULL)
     {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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