summaryrefslogtreecommitdiff
path: root/dh.c
diff options
context:
space:
mode:
Diffstat (limited to 'dh.c')
-rw-r--r--dh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh.c b/dh.c
index b58b8bc28..0790aff79 100644
--- a/dh.c
+++ b/dh.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: dh.c,v 1.27 2004/02/27 22:42:47 dtucker Exp $"); 26RCSID("$OpenBSD: dh.c,v 1.28 2004/02/27 22:44:56 dtucker Exp $");
27 27
28#include "xmalloc.h" 28#include "xmalloc.h"
29 29
@@ -108,7 +108,7 @@ DH *
108choose_dh(int min, int wantbits, int max) 108choose_dh(int min, int wantbits, int max)
109{ 109{
110 FILE *f; 110 FILE *f;
111 char line[2048]; 111 char line[4096];
112 int best, bestcount, which; 112 int best, bestcount, which;
113 int linenum; 113 int linenum;
114 struct dhgroup dhg; 114 struct dhgroup dhg;