summaryrefslogtreecommitdiff
path: root/readpass.c
diff options
context:
space:
mode:
authordtucker <dtucker>2004-05-13 06:15:47 +0000
committerdtucker <dtucker>2004-05-13 06:15:47 +0000
commitbdae94f15215ceb105d22781435587daf8174956 (patch)
treea417b69014f7442c2734f84c6cc7ad3c527567a7 /readpass.c
parent20fe726df6a5810247b7327b21e492d269b3eee8 (diff)
downloadopenssh-bdae94f15215ceb105d22781435587daf8174956.tar.gz
- djm@cvs.openbsd.org 2004/05/08 00:21:31
[clientloop.c misc.h readpass.c scard.c ssh-add.c ssh-agent.c ssh-keygen.c sshconnect.c sshconnect1.c sshconnect2.c] removed: readpass.h kill a tiny header; ok deraadt@
Diffstat (limited to 'readpass.c')
-rw-r--r--readpass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readpass.c b/readpass.c
index 95ec5d87..fc7629c3 100644
--- a/readpass.c
+++ b/readpass.c
@@ -23,10 +23,10 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: readpass.c,v 1.28 2003/01/23 13:50:27 markus Exp $");
+RCSID("$OpenBSD: readpass.c,v 1.29 2004/05/08 00:21:31 djm Exp $");
#include "xmalloc.h"
-#include "readpass.h"
+#include "misc.h"
#include "pathnames.h"
#include "log.h"
#include "ssh.h"