summaryrefslogtreecommitdiffstats
path: root/readconf.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-09-02 22:57:27 +1000
committerDamien Miller <djm@mindrot.org>2003-09-02 22:57:27 +1000
commit84d03efdf7715eaeacc46abf3c9dc0a210a0bbbe (patch)
tree08170d5551204d7572453e81d9fc8774d32a4c63 /readconf.c
parent9b7b03b27084f0d7fca3caefc956d5c4c02e6928 (diff)
- markus@cvs.openbsd.org 2003/09/01 12:50:46
[readconf.c] rm gssapidelegatecreds alias; never supported before
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c
index 281b6687..d7ef5893 100644
--- a/readconf.c
+++ b/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 },