summaryrefslogtreecommitdiff
path: root/readpass.h
diff options
context:
space:
mode:
Diffstat (limited to 'readpass.h')
-rw-r--r--readpass.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/readpass.h b/readpass.h
index 229973c68..a45d32f2a 100644
--- a/readpass.h
+++ b/readpass.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readpass.h,v 1.6 2001/06/26 17:27:24 markus Exp $ */ 1/* $OpenBSD: readpass.h,v 1.7 2002/03/26 15:58:46 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -14,5 +14,6 @@
14 14
15#define RP_ECHO 0x0001 15#define RP_ECHO 0x0001
16#define RP_ALLOW_STDIN 0x0002 16#define RP_ALLOW_STDIN 0x0002
17#define RP_ALLOW_EOF 0x0004
17 18
18char *read_passphrase(const char *, int); 19char *read_passphrase(const char *, int);