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_2_11_4-45-g17c1933


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_4-45-g17c1933
Date: Tue, 30 Nov 2010 20:34:49 +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=17c193395a378694f94771ec549be38c3419799d

The branch, master has been updated
       via  17c193395a378694f94771ec549be38c3419799d (commit)
      from  e13dd10f7688f1099216034b98bcca315718db43 (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 17c193395a378694f94771ec549be38c3419799d
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Nov 30 21:34:31 2010 +0100

    Prefix mechanism number with 0x.

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

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

diff --git a/src/pkcs11.c b/src/pkcs11.c
index bac75f3..1ac0503 100644
--- a/src/pkcs11.c
+++ b/src/pkcs11.c
@@ -869,7 +869,7 @@ pkcs11_mechanism_list (FILE * outfile, const char *url, 
unsigned int login,
             str = mech_list[mechanism];
           if (str == NULL) str = "UNKNOWN";
 
-          fprintf(outfile, "[%.4lx] %s\n", mechanism, str);
+          fprintf(outfile, "[0x%.4lx] %s\n", mechanism, str);
         }
     } while(ret >= 0);
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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