summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2004-05-08 00:21:31 +0000
committerdjm <djm@openbsd.org>2004-05-08 00:21:31 +0000
commitc25f2c20753a359b9ee42784d4a67a4b1e3bb4a2 (patch)
tree9d794616bf0a35c46421177d247072019a7928fb /usr.bin/ssh/ssh-agent.c
parentmake two tiny header files go away; djm ok (diff)
downloadwireguard-openbsd-c25f2c20753a359b9ee42784d4a67a4b1e3bb4a2.tar.xz
wireguard-openbsd-c25f2c20753a359b9ee42784d4a67a4b1e3bb4a2.zip
kill a tiny header; ok deraadt@
Diffstat (limited to 'usr.bin/ssh/ssh-agent.c')
-rw-r--r--usr.bin/ssh/ssh-agent.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-agent.c b/usr.bin/ssh/ssh-agent.c
index a6f212cff06..0b4f8b54b78 100644
--- a/usr.bin/ssh/ssh-agent.c
+++ b/usr.bin/ssh/ssh-agent.c
@@ -35,7 +35,7 @@
#include "includes.h"
#include <sys/queue.h>
-RCSID("$OpenBSD: ssh-agent.c,v 1.117 2003/12/02 17:01:15 markus Exp $");
+RCSID("$OpenBSD: ssh-agent.c,v 1.118 2004/05/08 00:21:31 djm Exp $");
#include <openssl/evp.h>
#include <openssl/md5.h>
@@ -50,7 +50,6 @@ RCSID("$OpenBSD: ssh-agent.c,v 1.117 2003/12/02 17:01:15 markus Exp $");
#include "authfd.h"
#include "compat.h"
#include "log.h"
-#include "readpass.h"
#include "misc.h"
#ifdef SMARTCARD