diff options
author | 2014-10-20 03:43:01 +0000 | |
---|---|---|
committer | 2014-10-20 03:43:01 +0000 | |
commit | cd2d4051f23dcfe00b755e8e245ee7a28fcc3e0c (patch) | |
tree | aab1b0fa6edc72d1aa496c4a5c9e24658d6681c5 | |
parent | correct spacing *after* inline equations (much simpler than expected) (diff) | |
download | wireguard-openbsd-cd2d4051f23dcfe00b755e8e245ee7a28fcc3e0c.tar.xz wireguard-openbsd-cd2d4051f23dcfe00b755e8e245ee7a28fcc3e0c.zip |
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) |