diff options
author | 2003-07-22 13:35:22 +0000 | |
---|---|---|
committer | 2003-07-22 13:35:22 +0000 | |
commit | 493d1072e840ceb2a170b1aefb9da33feaaba8f2 (patch) | |
tree | 884d2fc14a066fba07c5102525e885b084d51f9d /usr.bin/ssh/ssh.h | |
parent | uiomove takes void * now. (diff) | |
download | wireguard-openbsd-493d1072e840ceb2a170b1aefb9da33feaaba8f2.tar.xz wireguard-openbsd-493d1072e840ceb2a170b1aefb9da33feaaba8f2.zip |
remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
test+ok henning@
Diffstat (limited to 'usr.bin/ssh/ssh.h')
-rw-r--r-- | usr.bin/ssh/ssh.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h index 01a10f57055..deca5797789 100644 --- a/usr.bin/ssh/ssh.h +++ b/usr.bin/ssh/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> @@ -79,9 +79,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 |