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 @@
#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"