summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorderaadt@openbsd.org <deraadt@openbsd.org>2017-03-15 03:52:30 +0000
committerDamien Miller <djm@mindrot.org>2017-03-15 15:04:14 +1100
commit1a321bfdb91defe3c4d9cca5651724ae167e5436 (patch)
tree8e57ac63aa99a5f0665e0d8a71c7ecf675e9ecf1 /sshd.c
parent25f837646be8c2017c914d34be71ca435dfc0e07 (diff)
upstream commit
accidents happen to the best of us; ok djm Upstream-ID: b7a9dbd71011ffde95e06f6945fe7197dedd1604
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index 0b544f9f0..010a2c38a 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshd.c,v 1.484 2017/03/15 02:19:09 djm Exp $ */ 1/* $OpenBSD: sshd.c,v 1.485 2017/03/15 03:52:30 deraadt Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1679,7 +1679,7 @@ main(int ac, char **av)
1679 if ((pubkey != NULL && pubkey->type == KEY_RSA1) || 1679 if ((pubkey != NULL && pubkey->type == KEY_RSA1) ||
1680 (key != NULL && key->type == KEY_RSA1)) { 1680 (key != NULL && key->type == KEY_RSA1)) {
1681 verbose("Ignoring RSA1 key %s", 1681 verbose("Ignoring RSA1 key %s",
1682 options.host_key_files[i]) 1682 options.host_key_files[i]);
1683 key_free(key); 1683 key_free(key);
1684 key_free(pubkey); 1684 key_free(pubkey);
1685 continue; 1685 continue;