summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authordtucker <dtucker>2003-08-02 12:24:49 +0000
committerdtucker <dtucker>2003-08-02 12:24:49 +0000
commit3e35104c3b207aa2febc476c510d87e1a464c8c1 (patch)
tree7ff6ec138d4b576d69e96eeb4330c9727fa36406 /ssh.h
parent508c176067b2fe0278da417c72d1ae1073c5fc37 (diff)
downloadopenssh-3e35104c3b207aa2febc476c510d87e1a464c8c1.tar.gz
- (dtucker) OpenBSD CVS SyncPOST_KRB4_REMOVAL
- markus@cvs.openbsd.org 2003/07/22 13:35:22 [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h] remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); test+ok henning@ - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support. - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files. I hope I got this right....
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 25a9213f..60762176 100644
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.h,v 1.72 2003/06/28 16:23:06 deraadt Exp $ */
+/* $OpenBSD: ssh.h,v 1.73 2003/07/22 13:35:22 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -88,9 +88,6 @@
*/
#define SSH_SESSION_KEY_LENGTH 32
-/* Name of Kerberos service for SSH to use. */
-#define KRB4_SERVICE_NAME "rcmd"
-
/* Used to identify ``EscapeChar none'' */
#define SSH_ESCAPECHAR_NONE -2