summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/readconf.c b/readconf.c
index 9447cb55f..281b66872 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.118 2003/08/22 10:56:09 markus Exp $"); 15RCSID("$OpenBSD: readconf.c,v 1.119 2003/08/28 12:54:34 markus Exp $");
16 16
17#include "ssh.h" 17#include "ssh.h"
18#include "xmalloc.h" 18#include "xmalloc.h"
@@ -132,13 +132,8 @@ static struct {
132 { "challengeresponseauthentication", oChallengeResponseAuthentication }, 132 { "challengeresponseauthentication", oChallengeResponseAuthentication },
133 { "skeyauthentication", oChallengeResponseAuthentication }, /* alias */ 133 { "skeyauthentication", oChallengeResponseAuthentication }, /* alias */
134 { "tisauthentication", oChallengeResponseAuthentication }, /* alias */ 134 { "tisauthentication", oChallengeResponseAuthentication }, /* alias */
135#ifdef KRB5
136 { "kerberosauthentication", oKerberosAuthentication },
137 { "kerberostgtpassing", oKerberosTgtPassing },
138#else
139 { "kerberosauthentication", oUnsupported }, 135 { "kerberosauthentication", oUnsupported },
140 { "kerberostgtpassing", oUnsupported }, 136 { "kerberostgtpassing", oUnsupported },
141#endif
142 { "afstokenpassing", oUnsupported }, 137 { "afstokenpassing", oUnsupported },
143#if defined(GSSAPI) 138#if defined(GSSAPI)
144 { "gssapiauthentication", oGssAuthentication }, 139 { "gssapiauthentication", oGssAuthentication },