summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
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 /openbsd-compat/openbsd-compat.h
parent2d5ac08f13a8e1f52f00c8ad67f9f03736371cc2 (diff)
- (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
Solaris
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r--openbsd-compat/openbsd-compat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h
index 64d8fc5b7..9b8bf35fa 100644
--- a/openbsd-compat/openbsd-compat.h
+++ b/openbsd-compat/openbsd-compat.h
@@ -1,4 +1,4 @@
1/* $Id: openbsd-compat.h,v 1.7 2001/06/10 17:24:53 mouring Exp $ */ 1/* $Id: openbsd-compat.h,v 1.8 2001/06/25 08:09:17 djm Exp $ */
2 2
3#ifndef _OPENBSD_H 3#ifndef _OPENBSD_H
4#define _OPENBSD_H 4#define _OPENBSD_H
@@ -28,6 +28,7 @@
28#include "getgrouplist.h" 28#include "getgrouplist.h"
29#include "glob.h" 29#include "glob.h"
30#include "getusershell.h" 30#include "getusershell.h"
31#include "readpassphrase.h"
31 32
32/* Home grown routines */ 33/* Home grown routines */
33#include "bsd-arc4random.h" 34#include "bsd-arc4random.h"