[SCM] GNU gnutls branch, master, updated. gnutls_3_0_17-25-g90f7007

"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=90f7007defed1a9b710e9c98792dfcfc20c8d60e

The branch, master has been updated
       via  90f7007defed1a9b710e9c98792dfcfc20c8d60e (commit)
       via  89707313c915a8645a28320e3e9a3b533c6da9a0 (commit)
      from  a0d2529dbeeb97a8e973a79095912179d9070947 (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 90f7007defed1a9b710e9c98792dfcfc20c8d60e
Author: Nikos Mavrogiannopoulos <[email protected]>
Date:   Wed Mar 21 18:32:22 2012 +0100

    Added doc-skip to skip certain functions from documentation.

commit 89707313c915a8645a28320e3e9a3b533c6da9a0
Author: Nikos Mavrogiannopoulos <[email protected]>
Date:   Wed Mar 21 18:19:13 2012 +0100

    remove brackets.

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

Summary of changes:
 doc/scripts/getfuncs.pl      |    3 ++-
 lib/includes/gnutls/compat.h |    6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/scripts/getfuncs.pl b/doc/scripts/getfuncs.pl
index 59763f3..3839240 100755
--- a/doc/scripts/getfuncs.pl
+++ b/doc/scripts/getfuncs.pl
@@ -27,8 +27,9 @@ my $func;
 
 while ($line=<STDIN>) {
 
-  if ($line !~ m/typedef/ && $line !~ m/Copyright/) {
+  if ($line !~ m/typedef/ && $line !~ m/Copyright/ && $line !~ m/doc-skip/) {
     $func = '';
+    
     if ($line =~ m/^\s*\w+[\s\*]+([A-Za-z0-9_]+)\s*\([^\)]+/) {
         $func = $1;
     }
diff --git a/lib/includes/gnutls/compat.h b/lib/includes/gnutls/compat.h
index cdb3121..29bff39 100644
--- a/lib/includes/gnutls/compat.h
+++ b/lib/includes/gnutls/compat.h
@@ -312,19 +312,19 @@ gnutls_sign_callback_get (gnutls_session_t session, void **userdata)
 
 #ifdef _ISOC99_SOURCE
 /* we provide older functions for compatibility as inline functions that
- * depend on gnutls_session_get_random(). */
+ * depend on gnutls_session_get_random. */
  
 static inline const void *gnutls_session_get_server_random (gnutls_session_t session) _GNUTLS_GCC_ATTR_DEPRECATED
 {
   gnutls_datum_t rnd;
-  gnutls_session_get_random(session, NULL, &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
 {
   gnutls_datum_t rnd;
-  gnutls_session_get_random(session, &rnd, NULL);
+  gnutls_session_get_random(session, &rnd, NULL);/*doc-skip*/
   return rnd.data;
 }
 #endif


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.