diff options
author | djm@openbsd.org <djm@openbsd.org> | 2018-06-01 04:21:29 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-06-01 14:22:29 +1000 |
commit | 01b048c8eba3b021701bd0ab26257fc82903cba8 (patch) | |
tree | 90ff5d8edb7380939ad8b921fab8b003a2edab1d | |
parent | 854ae209f992465a276de0b5f10ef770510c2418 (diff) |
upstream: whitespace
OpenBSD-Commit-ID: e5edb5e843ddc9b73a8e46518899be41d5709add
-rw-r--r-- | ssh-keygen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c index fdd236bda..2568c00e8 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-keygen.c,v 1.315 2018/06/01 03:51:34 djm Exp $ */ | 1 | /* $OpenBSD: ssh-keygen.c,v 1.316 2018/06/01 04:21:29 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -1257,7 +1257,7 @@ do_known_hosts(struct passwd *pw, const char *name) | |||
1257 | /* XXX support identity_file == "-" for stdin */ | 1257 | /* XXX support identity_file == "-" for stdin */ |
1258 | foreach_options = find_host ? HKF_WANT_MATCH : 0; | 1258 | foreach_options = find_host ? HKF_WANT_MATCH : 0; |
1259 | foreach_options |= print_fingerprint ? HKF_WANT_PARSE_KEY : 0; | 1259 | foreach_options |= print_fingerprint ? HKF_WANT_PARSE_KEY : 0; |
1260 | if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ? | 1260 | if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ? |
1261 | known_hosts_find_delete : known_hosts_hash, &ctx, name, NULL, | 1261 | known_hosts_find_delete : known_hosts_hash, &ctx, name, NULL, |
1262 | foreach_options)) != 0) { | 1262 | foreach_options)) != 0) { |
1263 | if (inplace) | 1263 | if (inplace) |