summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ssh.h b/ssh.h
index 25a9213f3..607621769 100644
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.h,v 1.72 2003/06/28 16:23:06 deraadt Exp $ */ 1/* $OpenBSD: ssh.h,v 1.73 2003/07/22 13:35:22 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -88,9 +88,6 @@
88 */ 88 */
89#define SSH_SESSION_KEY_LENGTH 32 89#define SSH_SESSION_KEY_LENGTH 32
90 90
91/* Name of Kerberos service for SSH to use. */
92#define KRB4_SERVICE_NAME "rcmd"
93
94/* Used to identify ``EscapeChar none'' */ 91/* Used to identify ``EscapeChar none'' */
95#define SSH_ESCAPECHAR_NONE -2 92#define SSH_ESCAPECHAR_NONE -2
96 93