summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authordtucker <dtucker>2003-10-02 06:20:54 +0000
committerdtucker <dtucker>2003-10-02 06:20:54 +0000
commitce387924aebf09cd466216648048408e8406a9a2 (patch)
tree53a1f83b2d73c7eaaf17526d4e2b43c39030fb46 /servconf.c
parent520e1b631734744ad01704396292a8ae7807c0da (diff)
downloadopenssh-ce387924aebf09cd466216648048408e8406a9a2.tar.gz
- markus@cvs.openbsd.org 2003/09/29 20:19:57
[servconf.c sshd_config] GSSAPICleanupCreds -> GSSAPICleanupCredentials
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/servconf.c b/servconf.c
index 58f49a2f..0df62ad6 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,7 +10,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: servconf.c,v 1.127 2003/09/01 18:15:50 markus Exp $");
+RCSID("$OpenBSD: servconf.c,v 1.128 2003/09/29 20:19:57 markus Exp $");
#include "ssh.h"
#include "log.h"
@@ -310,10 +310,10 @@ static struct {
{ "afstokenpassing", sUnsupported },
#ifdef GSSAPI
{ "gssapiauthentication", sGssAuthentication },
- { "gssapicleanupcreds", sGssCleanupCreds },
+ { "gssapicleanupcredentials", sGssCleanupCreds },
#else
{ "gssapiauthentication", sUnsupported },
- { "gssapicleanupcreds", sUnsupported },
+ { "gssapicleanupcredentials", sUnsupported },
#endif
{ "passwordauthentication", sPasswordAuthentication },
{ "kbdinteractiveauthentication", sKbdInteractiveAuthentication },