summaryrefslogtreecommitdiff
path: root/readpass.c
diff options
context:
space:
mode:
authormouring <mouring>2001-02-09 02:11:24 +0000
committermouring <mouring>2001-02-09 02:11:24 +0000
commit8d39bf8f2992756df4786b70db09bb6bd22a8b1c (patch)
tree4badbfbadb6dcde50f6cda57c7ca229ebd09dc5f /readpass.c
parent4663cb7b075e28c7e6abc0c52f7aacacb1be0fff (diff)
downloadopenssh-8d39bf8f2992756df4786b70db09bb6bd22a8b1c.tar.gz
- itojun@cvs.openbsd.org 2001/02/08 19:30:52
sync with netbsd tree changes. - more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long
Diffstat (limited to 'readpass.c')
-rw-r--r--readpass.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/readpass.c b/readpass.c
index fe158d54..3d73af74 100644
--- a/readpass.c
+++ b/readpass.c
@@ -32,10 +32,11 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: readpass.c,v 1.13 2001/01/21 19:05:54 markus Exp $");
+RCSID("$OpenBSD: readpass.c,v 1.14 2001/02/08 19:30:52 itojun Exp $");
#include "xmalloc.h"
#include "cli.h"
+#include "readpass.h"
/*
* Reads a passphrase from /dev/tty with echo turned off. Returns the