diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2014-10-20 03:43:02 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2014-10-20 03:43:02 +0000 |
commit | e81417e41af63576e909cfcc8c28a0eaf2ad8162 (patch) | |
tree | 81eb28a3d7f774546654001217e46e1e625447f5 | |
parent | cffa282033b8a943e1a85741c8505db4939b495f (diff) |
whitespace
-rw-r--r-- | usr.bin/ssh/hostfile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/hostfile.c b/usr.bin/ssh/hostfile.c index 0150bdfdbda..b7decf099e0 100644 --- a/usr.bin/ssh/hostfile.c +++ b/usr.bin/ssh/hostfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hostfile.c,v 1.57 2014/06/24 01:13:21 djm Exp $ */ +/* $OpenBSD: hostfile.c,v 1.58 2014/10/20 03:43:01 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -326,7 +326,7 @@ load_hostkeys(struct hostkeys *hostkeys, const char *host, const char *path) debug3("%s: loaded %lu keys", __func__, num_loaded); fclose(f); return; -} +} void free_hostkeys(struct hostkeys *hostkeys) @@ -436,7 +436,7 @@ check_hostkeys_by_key_or_type(struct hostkeys *hostkeys, } return end_return; } - + HostStatus check_key_in_hostkeys(struct hostkeys *hostkeys, Key *key, const struct hostkey_entry **found) |