diff options
Diffstat (limited to 'dh.c')
-rw-r--r-- | dh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | RCSID("$OpenBSD: dh.c,v 1.30 2004/06/13 12:53:24 djm Exp $"); | 26 | RCSID("$OpenBSD: dh.c,v 1.31 2004/08/04 10:37:52 djm Exp $"); |
27 | 27 | ||
28 | #include "xmalloc.h" | 28 | #include "xmalloc.h" |
29 | 29 | ||
@@ -145,7 +145,7 @@ choose_dh(int min, int wantbits, int max) | |||
145 | if (bestcount == 0) { | 145 | if (bestcount == 0) { |
146 | fclose(f); | 146 | fclose(f); |
147 | logit("WARNING: no suitable primes in %s", _PATH_DH_PRIMES); | 147 | logit("WARNING: no suitable primes in %s", _PATH_DH_PRIMES); |
148 | return (NULL); | 148 | return (dh_new_group14()); |
149 | } | 149 | } |
150 | 150 | ||
151 | linenum = 0; | 151 | linenum = 0; |