diff options
author | 2000-10-11 20:11:35 +0000 | |
---|---|---|
committer | 2000-10-11 20:11:35 +0000 | |
commit | d1558e158fac80ffecc2a98441bff8d0c6f44c00 (patch) | |
tree | 714de8905d251a4c00aad2cff22a7642f1e0db8c | |
parent | support 'scp -o' with help from mouring@pconline.com (diff) | |
download | wireguard-openbsd-d1558e158fac80ffecc2a98441bff8d0c6f44c00.tar.xz wireguard-openbsd-d1558e158fac80ffecc2a98441bff8d0c6f44c00.zip |
Wall
-rw-r--r-- | usr.bin/ssh/dh.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/dh.c b/usr.bin/ssh/dh.c index 8f1ad19dd42..ff84619cf68 100644 --- a/usr.bin/ssh/dh.c +++ b/usr.bin/ssh/dh.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: dh.c,v 1.1 2000/10/11 04:02:16 provos Exp $"); +RCSID("$OpenBSD: dh.c,v 1.2 2000/10/11 20:11:35 markus Exp $"); #include "xmalloc.h" @@ -96,7 +96,6 @@ choose_dh(int minbits) { FILE *f; char line[1024]; - char *cp, *arg; int best, bestcount, which; int linenum; struct dhgroup dhg; |