summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/clientloop.c
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-07-16 08:27:23 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-07-16 08:27:23 +0000
commit984148668bb4bf4fbf16f653a048496e3928ec04 (patch)
tree95401a306c4620cee358747f19fa8a6a320db4b3 /usr.bin/ssh/clientloop.c
parent3a1eadbfda11da6bb845369d41e0b7a899886752 (diff)
make ssh-add accept dsa keys (the agent does not)
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r--usr.bin/ssh/clientloop.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c
index f7ac7b3b02c..67fa36d911a 100644
--- a/usr.bin/ssh/clientloop.c
+++ b/usr.bin/ssh/clientloop.c
@@ -16,13 +16,12 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.28 2000/07/13 23:14:08 provos Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.29 2000/07/16 08:27:21 markus Exp $");
#include "xmalloc.h"
#include "ssh.h"
#include "packet.h"
#include "buffer.h"
-#include "authfd.h"
#include "readconf.h"
#include "ssh2.h"
@@ -30,7 +29,6 @@ RCSID("$OpenBSD: clientloop.c,v 1.28 2000/07/13 23:14:08 provos Exp $");
#include "channels.h"
#include "dispatch.h"
-
/* Flag indicating that stdin should be redirected from /dev/null. */
extern int stdin_null_flag;