summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-06-18 01:19:03 +1000
committerDamien Miller <djm@mindrot.org>2004-06-18 01:19:03 +1000
commit23f0770a1bf8b0a1aa7c8d4bd78699fa0e9358d0 (patch)
treea4011718b766af34f837471c2311e6cd044e2c20 /misc.h
parent3756dcee244f47c20a6590129d99e625169836c6 (diff)
- djm@cvs.openbsd.org 2004/06/17 15:10:14
[clientloop.c misc.h readconf.c readpass.c ssh.c ssh_config.5] Add option for confirmation (ControlMaster=ask) via ssh-askpass before opening shared connections; ok markus@
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);