]> andersk Git - openssh.git/blobdiff - dh.c
- millert@cvs.openbsd.org 2001/03/04 17:42:28
[openssh.git] / dh.c
diff --git a/dh.c b/dh.c
index f1f7e5d43fa789e7842492aa819a9945b812a296..c88a014a5c3b727c7bb1ec764d8f18dd6ca80b6a 100644 (file)
--- a/dh.c
+++ b/dh.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: dh.c,v 1.6 2001/01/21 19:05:49 markus Exp $");
+RCSID("$OpenBSD: dh.c,v 1.7 2001/03/04 17:42:28 millert Exp $");
 
 #include "xmalloc.h"
 
@@ -90,7 +90,7 @@ parse_prime(int linenum, char *line, struct dhgroup *dhg)
 
        return (1);
  fail:
-       error("Bad prime description in line %d\n", linenum);
+       error("Bad prime description in line %d", linenum);
        return (0);
 }
 
This page took 0.031249 seconds and 4 git commands to generate.