From bdb812e91b0afad35baef7b23407d29d237af285 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Mon, 1 Sep 2003 12:50:47 +0000 Subject: rm gssapidelegatecreds alias; never supported before --- usr.bin/ssh/readconf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index 0f3f008d327..6edee5ebb68 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/readconf.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: readconf.c,v 1.119 2003/08/28 12:54:34 markus Exp $"); +RCSID("$OpenBSD: readconf.c,v 1.120 2003/09/01 12:50:46 markus Exp $"); #include "ssh.h" #include "xmalloc.h" @@ -137,7 +137,6 @@ static struct { { "afstokenpassing", oUnsupported }, #if defined(GSSAPI) { "gssapiauthentication", oGssAuthentication }, - { "gssapidelegatecreds", oGssDelegateCreds }, { "gssapidelegatecredentials", oGssDelegateCreds }, #else { "gssapiauthentication", oUnsupported }, -- cgit v1.2.3