summaryrefslogtreecommitdiff
path: root/readpass.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-06-25 18:09:16 +1000
committerDamien Miller <djm@mindrot.org>2001-06-25 18:09:16 +1000
commitc8a3868ed0a9c8291c36e79180e18342acd4ed71 (patch)
treea024fd99a20726e12852e34dabaa5a4735202a80 /readpass.c
parent2d5ac08f13a8e1f52f00c8ad67f9f03736371cc2 (diff)
- (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
Solaris
Diffstat (limited to 'readpass.c')
-rw-r--r--readpass.c2
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 @@
34#include "includes.h" 34#include "includes.h"
35RCSID("$OpenBSD: readpass.c,v 1.19 2001/06/24 05:35:33 markus Exp $"); 35RCSID("$OpenBSD: readpass.c,v 1.19 2001/06/24 05:35:33 markus Exp $");
36 36
37#include <readpassphrase.h>
38
39#include "xmalloc.h" 37#include "xmalloc.h"
40#include "readpass.h" 38#include "readpass.h"
41#include "pathnames.h" 39#include "pathnames.h"