=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/dh.c,v retrieving revision 1.29.2.1 retrieving revision 1.30 diff -u -r1.29.2.1 -r1.30 --- src/usr.bin/ssh/dh.c 2004/08/19 04:13:26 1.29.2.1 +++ src/usr.bin/ssh/dh.c 2004/06/13 12:53:24 1.30 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: dh.c,v 1.29.2.1 2004/08/19 04:13:26 brad Exp $"); +RCSID("$OpenBSD: dh.c,v 1.30 2004/06/13 12:53:24 djm Exp $"); #include "xmalloc.h" @@ -145,7 +145,7 @@ if (bestcount == 0) { fclose(f); logit("WARNING: no suitable primes in %s", _PATH_DH_PRIMES); - return (dh_new_group14()); + return (NULL); } linenum = 0;