summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/sshd.c')
-rw-r--r--crypto/openssh/sshd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/openssh/sshd.c b/crypto/openssh/sshd.c
index a0e4e0f..532734b 100644
--- a/crypto/openssh/sshd.c
+++ b/crypto/openssh/sshd.c
@@ -59,9 +59,6 @@ int deny_severity = LOG_WARNING;
#ifdef KRB5
#include <krb5.h>
-krb5_context ssh_context = NULL;
-krb5_principal tkt_client = NULL; /* Principal from the received ticket.
-Also is used as an indication of succesful krb5 authentization. */
#endif /* KRB5 */
/* Server configuration options. */
OpenPOWER on IntegriCloud