summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2003-09-23 18:08:35 +0000
committerColin Watson <cjwatson@debian.org>2003-09-23 18:08:35 +0000
commitd59fd3e421aa81b8e5e118f3f806081df2aca879 (patch)
tree356a4e607edc979c625bb33db63c656d771478bd /ssh.h
parent7505658c58e96b8d270f1928a0e1fa7f3e0c266b (diff)
parent45431c9b4677608680cd071768cbf156b316a7e8 (diff)
Merge 3.7.1p2 to the trunk. I have absolutely no idea yet whether this will
work.
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ssh.h b/ssh.h
index 0a6ad1317..e88b9b83e 100644
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.h,v 1.71 2002/06/22 02:00:29 stevesk Exp $ */ 1/* $OpenBSD: ssh.h,v 1.74 2003/09/01 13:52:18 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -20,7 +20,6 @@
20#include <stdarg.h> /* For va_list */ 20#include <stdarg.h> /* For va_list */
21#include <syslog.h> /* For LOG_AUTH and friends */ 21#include <syslog.h> /* For LOG_AUTH and friends */
22#include <sys/socket.h> /* For struct sockaddr_storage */ 22#include <sys/socket.h> /* For struct sockaddr_storage */
23#include "openbsd-compat/fake-socket.h" /* For struct sockaddr_storage */
24#ifdef HAVE_SYS_SELECT_H 23#ifdef HAVE_SYS_SELECT_H
25# include <sys/select.h> 24# include <sys/select.h>
26#endif 25#endif
@@ -89,9 +88,6 @@
89 */ 88 */
90#define SSH_SESSION_KEY_LENGTH 32 89#define SSH_SESSION_KEY_LENGTH 32
91 90
92/* Name of Kerberos service for SSH to use. */
93#define KRB4_SERVICE_NAME "rcmd"
94
95/* Used to identify ``EscapeChar none'' */ 91/* Used to identify ``EscapeChar none'' */
96#define SSH_ESCAPECHAR_NONE -2 92#define SSH_ESCAPECHAR_NONE -2
97 93