[PATCH] remove unused symbols

calestyo at scientia.net calestyo at scientia.net
Sat Feb 21 14:15:58 AEDT 2015


From: Christoph Anton Mitterer <mail at christoph.anton.mitterer.name>

• Removed the no longer used symbol “sKerberosTgtPassing”.

Signed-off-by: Christoph Anton Mitterer <mail at christoph.anton.mitterer.name>
---
 servconf.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/servconf.c b/servconf.c
index 3185462..b59b657 100644
--- a/servconf.c
+++ b/servconf.c
@@ -376,8 +376,7 @@ typedef enum {
 	sKeyRegenerationTime, sPermitRootLogin, sLogFacility, sLogLevel,
 	sRhostsRSAAuthentication, sRSAAuthentication,
 	sKerberosAuthentication, sKerberosOrLocalPasswd, sKerberosTicketCleanup,
-	sKerberosGetAFSToken,
-	sKerberosTgtPassing, sChallengeResponseAuthentication,
+	sKerberosGetAFSToken, sChallengeResponseAuthentication,
 	sPasswordAuthentication, sKbdInteractiveAuthentication,
 	sListenAddress, sAddressFamily,
 	sPrintMotd, sPrintLastLog, sIgnoreRhosts,
-- 
2.1.4



More information about the openssh-unix-dev mailing list