]> andersk Git - openssh.git/blobdiff - dh.c
- djm@cvs.openbsd.org 2006/03/19 02:23:26
[openssh.git] / dh.c
diff --git a/dh.c b/dh.c
index 176fb74696fc09d88ea253caa2de59cb1703da4a..a30b704fbc319ecc254919b481beabf120bda90f 100644 (file)
--- a/dh.c
+++ b/dh.c
@@ -23,7 +23,6 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: dh.c,v 1.30 2004/06/13 12:53:24 djm Exp $");
 
 #include "xmalloc.h"
 
@@ -145,7 +144,7 @@ choose_dh(int min, int wantbits, int max)
        if (bestcount == 0) {
                fclose(f);
                logit("WARNING: no suitable primes in %s", _PATH_DH_PRIMES);
-               return (NULL);
+               return (dh_new_group14());
        }
 
        linenum = 0;
This page took 0.042385 seconds and 4 git commands to generate.