diff options
author | Damien Miller <djm@mindrot.org> | 2001-06-25 10:09:16 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-06-25 10:09:16 +0200 |
commit | c8a3868ed0a9c8291c36e79180e18342acd4ed71 (patch) | |
tree | a024fd99a20726e12852e34dabaa5a4735202a80 /readpass.c | |
parent | -Wall (diff) | |
download | openssh-c8a3868ed0a9c8291c36e79180e18342acd4ed71.tar.xz openssh-c8a3868ed0a9c8291c36e79180e18342acd4ed71.zip |
- (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
Solaris
Diffstat (limited to 'readpass.c')
-rw-r--r-- | readpass.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/readpass.c b/readpass.c index 3b6ed72ba..10171cf67 100644 --- a/readpass.c +++ b/readpass.c @@ -34,8 +34,6 @@ #include "includes.h" RCSID("$OpenBSD: readpass.c,v 1.19 2001/06/24 05:35:33 markus Exp $"); -#include <readpassphrase.h> - #include "xmalloc.h" #include "readpass.h" #include "pathnames.h" |