summaryrefslogtreecommitdiff
path: root/hostfile.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2014-10-20 03:43:01 +0000
committerDamien Miller <djm@mindrot.org>2014-10-20 14:41:44 +1100
commit6fdcaeb99532e28a69f1a1599fbd540bb15b70a0 (patch)
tree9e1977e5b30e8322b3c7dc8c036ac7d620d81079 /hostfile.c
parent165bc8786299e261706ed60342985f9de93a7461 (diff)
upstream commit
whitespace
Diffstat (limited to 'hostfile.c')
-rw-r--r--hostfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hostfile.c b/hostfile.c
index ee2daf45f..ad5acb68e 100644
--- a/hostfile.c
+++ b/hostfile.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: hostfile.c,v 1.57 2014/06/24 01:13:21 djm Exp $ */ 1/* $OpenBSD: hostfile.c,v 1.58 2014/10/20 03:43:01 djm 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
@@ -329,7 +329,7 @@ load_hostkeys(struct hostkeys *hostkeys, const char *host, const char *path)
329 debug3("%s: loaded %lu keys", __func__, num_loaded); 329 debug3("%s: loaded %lu keys", __func__, num_loaded);
330 fclose(f); 330 fclose(f);
331 return; 331 return;
332} 332}
333 333
334void 334void
335free_hostkeys(struct hostkeys *hostkeys) 335free_hostkeys(struct hostkeys *hostkeys)
@@ -439,7 +439,7 @@ check_hostkeys_by_key_or_type(struct hostkeys *hostkeys,
439 } 439 }
440 return end_return; 440 return end_return;
441} 441}
442 442
443HostStatus 443HostStatus
444check_key_in_hostkeys(struct hostkeys *hostkeys, Key *key, 444check_key_in_hostkeys(struct hostkeys *hostkeys, Key *key,
445 const struct hostkey_entry **found) 445 const struct hostkey_entry **found)