]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix build warnings.
authorSimon Josefsson <simon@josefsson.org>
Fri, 9 Sep 2011 07:35:55 +0000 (09:35 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 9 Sep 2011 07:35:55 +0000 (09:35 +0200)
src/prime.c

index d3241e143dc6680db1779b872d32ba0a47e9446b..f53b31e39fe7a1302daa7c90070f13a6323b9854 100644 (file)
@@ -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)
     {