summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/servconf.c b/servconf.c
index ff94bbd6b..f0ab429a1 100644
--- a/servconf.c
+++ b/servconf.c
@@ -1,5 +1,5 @@
1 1
2/* $OpenBSD: servconf.c,v 1.322 2017/12/05 23:59:47 dtucker Exp $ */ 2/* $OpenBSD: servconf.c,v 1.323 2018/02/09 02:37:36 dtucker Exp $ */
3/* 3/*
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5 * All rights reserved 5 * All rights reserved
@@ -443,8 +443,7 @@ typedef enum {
443 sPermitRootLogin, sLogFacility, sLogLevel, 443 sPermitRootLogin, sLogFacility, sLogLevel,
444 sRhostsRSAAuthentication, sRSAAuthentication, 444 sRhostsRSAAuthentication, sRSAAuthentication,
445 sKerberosAuthentication, sKerberosOrLocalPasswd, sKerberosTicketCleanup, 445 sKerberosAuthentication, sKerberosOrLocalPasswd, sKerberosTicketCleanup,
446 sKerberosGetAFSToken, 446 sKerberosGetAFSToken, sChallengeResponseAuthentication,
447 sKerberosTgtPassing, sChallengeResponseAuthentication,
448 sPasswordAuthentication, sKbdInteractiveAuthentication, 447 sPasswordAuthentication, sKbdInteractiveAuthentication,
449 sListenAddress, sAddressFamily, 448 sListenAddress, sAddressFamily,
450 sPrintMotd, sPrintLastLog, sIgnoreRhosts, 449 sPrintMotd, sPrintLastLog, sIgnoreRhosts,