summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sshd.c b/sshd.c
index 72e9eaf47..fd7f182a4 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1689,11 +1689,6 @@ main(int ac, char **av)
1689 sensitive_data.host_pubkeys[i] = NULL; 1689 sensitive_data.host_pubkeys[i] = NULL;
1690 continue; 1690 continue;
1691 } 1691 }
1692 if (auth_key_is_revoked(key != NULL ? key : pubkey, 1)) {
1693 sensitive_data.host_keys[i] = NULL;
1694 sensitive_data.host_pubkeys[i] = NULL;
1695 continue;
1696 }
1697 1692
1698 switch (keytype) { 1693 switch (keytype) {
1699 case KEY_RSA1: 1694 case KEY_RSA1: