diff options
author | mouring <mouring> | 2001-06-05 20:32:21 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-06-05 20:32:21 +0000 |
commit | c36d5e9d2384c1b3114be68a2bc266cca52f2ddf (patch) | |
tree | bd222f543832b395660818a16c70b6923c7319d9 /ssh.h | |
parent | eaec0168d08b0d0f47a9a0d41cb54de7a25b7e2b (diff) | |
download | openssh-c36d5e9d2384c1b3114be68a2bc266cca52f2ddf.tar.gz |
- stevesk@cvs.openbsd.org 2001/05/24 18:57:53
[clientloop.c readconf.c ssh.c ssh.h]
don't perform escape processing when ``EscapeChar none''; ok markus@
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,7 +10,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: ssh.h,v 1.62 2001/01/23 10:45:10 markus Exp $"); */ +/* RCSID("$OpenBSD: ssh.h,v 1.63 2001/05/24 18:57:53 stevesk Exp $"); */ #ifndef SSH_H #define SSH_H @@ -96,4 +96,7 @@ /* Name of Kerberos service for SSH to use. */ #define KRB4_SERVICE_NAME "rcmd" +/* Used to identify ``EscapeChar none'' */ +#define SSH_ESCAPECHAR_NONE -2 + #endif /* SSH_H */ |