diff options
| author | 2018-06-01 04:21:29 +0000 | |
|---|---|---|
| committer | 2018-06-01 04:21:29 +0000 | |
| commit | 65d318f5f02901372a1c7e520fece150350e8b43 (patch) | |
| tree | 15db312cc59588b85a7c0285617ee7992618ec51 /usr.bin/ssh/ssh-keygen.c | |
| parent | make ssh_remote_ipaddr() capable of being called after the ssh->state (diff) | |
| download | wireguard-openbsd-65d318f5f02901372a1c7e520fece150350e8b43.tar.xz wireguard-openbsd-65d318f5f02901372a1c7e520fece150350e8b43.zip | |
whitespace
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.c')
| -rw-r--r-- | usr.bin/ssh/ssh-keygen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c index 9674e14152e..b88019db1be 100644 --- a/usr.bin/ssh/ssh-keygen.c +++ b/usr.bin/ssh/ssh-keygen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-keygen.c,v 1.315 2018/06/01 03:51:34 djm Exp $ */ +/* $OpenBSD: ssh-keygen.c,v 1.316 2018/06/01 04:21:29 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -1241,7 +1241,7 @@ do_known_hosts(struct passwd *pw, const char *name) /* XXX support identity_file == "-" for stdin */ foreach_options = find_host ? HKF_WANT_MATCH : 0; foreach_options |= print_fingerprint ? HKF_WANT_PARSE_KEY : 0; - if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ? + if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ? known_hosts_find_delete : known_hosts_hash, &ctx, name, NULL, foreach_options)) != 0) { if (inplace) |
