[SCM] GNU gnutls branch, master, updated. gnutls_3_0_17-40-g4cbb620

"Nikos Mavrogiannopoulos" <[email protected]>
Newsgroups gmane.comp.encryption.gpg.gnutls.cvs
Message-ID <[email protected]>
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=4cbb6204392958db368e3250d79bf74b264480cc

The branch, master has been updated
       via  4cbb6204392958db368e3250d79bf74b264480cc (commit)
      from  02265a2401032ef33421629a9426f17e350bd3ac (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 4cbb6204392958db368e3250d79bf74b264480cc
Author: Nikos Mavrogiannopoulos <[email protected]>
Date:   Sat Mar 24 13:10:21 2012 +0100

    added prototypes for inline functions (some gcc versions couldn't compile without)

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

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

diff --git a/lib/includes/gnutls/compat.h b/lib/includes/gnutls/compat.h
index 29bff39..16c1dde 100644
--- a/lib/includes/gnutls/compat.h
+++ b/lib/includes/gnutls/compat.h
@@ -314,14 +314,16 @@ gnutls_sign_callback_get (gnutls_session_t session, void **userdata)
 /* we provide older functions for compatibility as inline functions that
  * depend on gnutls_session_get_random. */
  
-static inline const void *gnutls_session_get_server_random (gnutls_session_t session) _GNUTLS_GCC_ATTR_DEPRECATED
+static inline const void *gnutls_session_get_server_random (gnutls_session_t session) _GNUTLS_GCC_ATTR_DEPRECATED;
+static inline const void *gnutls_session_get_server_random (gnutls_session_t session)
 {
   gnutls_datum_t rnd;
   gnutls_session_get_random(session, NULL, &rnd);/*doc-skip*/
   return rnd.data;
 }
 
-static inline const void *gnutls_session_get_client_random (gnutls_session_t session) _GNUTLS_GCC_ATTR_DEPRECATED
+static inline const void *gnutls_session_get_client_random (gnutls_session_t session) _GNUTLS_GCC_ATTR_DEPRECATED;
+static inline const void *gnutls_session_get_client_random (gnutls_session_t session)
 {
   gnutls_datum_t rnd;
   gnutls_session_get_random(session, &rnd, NULL);/*doc-skip*/


hooks/post-receive
-- 
GNU gnutls
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.