From 2fc4a488978a03338ecc65403597582c77dabeea Mon Sep 17 00:00:00 2001 From: des Date: Mon, 18 Mar 2002 09:55:03 +0000 Subject: Vendor import of OpenSSH 3.1 --- crypto/openssh/ssh.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'crypto/openssh/ssh.h') diff --git a/crypto/openssh/ssh.h b/crypto/openssh/ssh.h index 63c7587..7b0ccf3 100644 --- a/crypto/openssh/ssh.h +++ b/crypto/openssh/ssh.h @@ -1,3 +1,5 @@ +/* $OpenBSD: ssh.h,v 1.64 2002/03/04 17:27:39 stevesk Exp $ */ + /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -10,8 +12,6 @@ * 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 $"); */ - #ifndef SSH_H #define SSH_H @@ -82,4 +82,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 */ -- cgit v1.1