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_9_10-272-gde63248


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-272-gde63248
Date: Tue, 29 Jun 2010 17:31:56 +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=de632483d77a800009088624ab44cad2a086df96

The branch, master has been updated
       via  de632483d77a800009088624ab44cad2a086df96 (commit)
      from  16aa46b90da439cd992f4067394b6f8cb4cbb1ad (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 de632483d77a800009088624ab44cad2a086df96
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Jun 29 19:16:27 2010 +0200

    commented obscure HANDSHAKE_MAC_TYPE_10 and HANDSHAKE_MAC_TYPE_12.

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

Summary of changes:
 lib/gnutls_int.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index d9b7fe7..47d96d1 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -221,8 +221,8 @@ typedef struct mbuffer_head_st
 
 typedef enum
 {
-  HANDSHAKE_MAC_TYPE_10 = 1,
-  HANDSHAKE_MAC_TYPE_12
+  HANDSHAKE_MAC_TYPE_10 = 1, /* TLS 1.0 style */ 
+  HANDSHAKE_MAC_TYPE_12 /* TLS 1.2 style */
 } handshake_mac_type_t;
 
 /* Store & Retrieve functions defines: 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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