summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2003-09-01 12:50:47 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2003-09-01 12:50:47 +0000
commitbdb812e91b0afad35baef7b23407d29d237af285 (patch)
tree5a37a72ec9a9b9bd0d9d32fd68ffb49c3ac0c864
parent094d639b6d7809deef5f17c7ba831d2cbee20fce (diff)
rm gssapidelegatecreds alias; never supported before
-rw-r--r--usr.bin/ssh/readconf.c3
1 files changed, 1 insertions, 2 deletions
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 },