summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc.h b/misc.h
index 6a4eff136..ffa8d8f27 100644
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: misc.h,v 1.15 2004/06/14 01:44:39 djm Exp $ */ 1/* $OpenBSD: misc.h,v 1.16 2004/06/17 15:10:14 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -43,5 +43,6 @@ char *tilde_expand_filename(const char *, uid_t);
43#define RP_ECHO 0x0001 43#define RP_ECHO 0x0001
44#define RP_ALLOW_STDIN 0x0002 44#define RP_ALLOW_STDIN 0x0002
45#define RP_ALLOW_EOF 0x0004 45#define RP_ALLOW_EOF 0x0004
46#define RP_USE_ASKPASS 0x0008
46 47
47char *read_passphrase(const char *, int); 48char *read_passphrase(const char *, int);