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_3_0_2-31-ga92a733


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_2-31-ga92a733
Date: Fri, 09 Sep 2011 07:36:01 +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=a92a733316da7119cb699fbb1f19059ba16c7436

The branch, master has been updated
       via  a92a733316da7119cb699fbb1f19059ba16c7436 (commit)
      from  6936579f1b508890e7b43d92c7b58269f0c41c9a (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 a92a733316da7119cb699fbb1f19059ba16c7436
Author: Simon Josefsson <address@hidden>
Date:   Fri Sep 9 09:35:55 2011 +0200

    Fix build warnings.

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

Summary of changes:
 src/prime.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/prime.c b/src/prime.c
index d3241e1..f53b31e 100644
--- a/src/prime.c
+++ b/src/prime.c
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
- * 2010  Free Software Foundation, Inc.
+ * Copyright (C) 2001-2011  Free Software Foundation, Inc.
  *
  * This file is part of GnuTLS.
  *
@@ -37,7 +36,7 @@
 extern FILE *outfile;
 extern FILE *infile;
 
-const static int cparams = 0;
+static const int cparams = 0;
 
 /* If how is zero then the included parameters are used.
  */
@@ -58,7 +57,7 @@ generate_prime (int how, common_info_st * info)
       fprintf (stderr, "(might take long time)\n");
     }
   else
-    fprintf (stderr, "Retrieving DH parameters...\n", bits);
+    fprintf (stderr, "Retrieving DH parameters...\n");
 
   if (how != 0)
     {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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