]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: revision 1.381 neglected to remove
authormillert@openbsd.org <millert@openbsd.org>
Mon, 6 Sep 2021 00:36:01 +0000 (00:36 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 7 Sep 2021 06:05:36 +0000 (16:05 +1000)
sChallengeResponseAuthentication from the enum.  Noticed by
christos@zoulas.com.  OK dtucker@

OpenBSD-Commit-ID: b533283a4dd6d04a867da411a4c7a8fbc90e34ff

servconf.c

index a765e4e05f50bfd425ee0843131660f3ccf57e9a..b2fbf0b2a3b69c84664e6b0c6a3f3b9a605d7817 100644 (file)
@@ -1,5 +1,5 @@
 
-/* $OpenBSD: servconf.c,v 1.381 2021/07/02 05:11:21 dtucker Exp $ */
+/* $OpenBSD: servconf.c,v 1.382 2021/09/06 00:36:01 millert Exp $ */
 /*
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
@@ -490,9 +490,8 @@ typedef enum {
        sPort, sHostKeyFile, sLoginGraceTime,
        sPermitRootLogin, sLogFacility, sLogLevel, sLogVerbose,
        sKerberosAuthentication, sKerberosOrLocalPasswd, sKerberosTicketCleanup,
-       sKerberosGetAFSToken, sChallengeResponseAuthentication,
-       sPasswordAuthentication, sKbdInteractiveAuthentication,
-       sListenAddress, sAddressFamily,
+       sKerberosGetAFSToken, sPasswordAuthentication,
+       sKbdInteractiveAuthentication, sListenAddress, sAddressFamily,
        sPrintMotd, sPrintLastLog, sIgnoreRhosts,
        sX11Forwarding, sX11DisplayOffset, sX11UseLocalhost,
        sPermitTTY, sStrictModes, sEmptyPasswd, sTCPKeepAlive,