summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
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 281b66872..d7ef58936 100644
--- a/readconf.c
+++ b/readconf.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: readconf.c,v 1.119 2003/08/28 12:54:34 markus Exp $"); 15RCSID("$OpenBSD: readconf.c,v 1.120 2003/09/01 12:50:46 markus Exp $");
16 16
17#include "ssh.h" 17#include "ssh.h"
18#include "xmalloc.h" 18#include "xmalloc.h"
@@ -137,7 +137,6 @@ static struct {
137 { "afstokenpassing", oUnsupported }, 137 { "afstokenpassing", oUnsupported },
138#if defined(GSSAPI) 138#if defined(GSSAPI)
139 { "gssapiauthentication", oGssAuthentication }, 139 { "gssapiauthentication", oGssAuthentication },
140 { "gssapidelegatecreds", oGssDelegateCreds },
141 { "gssapidelegatecredentials", oGssDelegateCreds }, 140 { "gssapidelegatecredentials", oGssDelegateCreds },
142#else 141#else
143 { "gssapiauthentication", oUnsupported }, 142 { "gssapiauthentication", oUnsupported },