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_9-203-g0370552


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-203-g0370552
Date: Thu, 15 Apr 2010 07:40:37 +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=0370552e6a134d9872b3173451cc270f9ef6cf4f

The branch, master has been updated
       via  0370552e6a134d9872b3173451cc270f9ef6cf4f (commit)
      from  cb48b3b6dbbf6fc63d1a26fbb52536f8d11c5a6e (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 0370552e6a134d9872b3173451cc270f9ef6cf4f
Author: Simon Josefsson <address@hidden>
Date:   Thu Apr 15 09:40:26 2010 +0200

    Indent code.

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

Summary of changes:
 lib/crypto-api.c      |    3 ++-
 lib/gnutls_priority.c |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/crypto-api.c b/lib/crypto-api.c
index bf06fc4..2de04d8 100644
--- a/lib/crypto-api.c
+++ b/lib/crypto-api.c
@@ -74,7 +74,8 @@ gnutls_cipher_init (gnutls_cipher_hd_t * handle,
  *
  * Since: 2.10.0
  **/
-int gnutls_cipher_encrypt (gnutls_cipher_hd_t handle, void *text, size_t 
textlen)
+int
+gnutls_cipher_encrypt (gnutls_cipher_hd_t handle, void *text, size_t textlen)
 {
   return _gnutls_cipher_encrypt ((cipher_hd_st *) handle, text, textlen);
 }
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index e4cd9e7..7af3e4d 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -760,7 +760,7 @@ error:
        }
     }
   gnutls_free (darg);
-  gnutls_free(*priority_cache);
+  gnutls_free (*priority_cache);
 
   return GNUTLS_E_INVALID_REQUEST;
 


hooks/post-receive
-- 
GNU gnutls




reply via email to

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