summaryrefslogtreecommitdiff
path: root/hostfile.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2021-01-26 00:51:30 +0000
committerDamien Miller <djm@mindrot.org>2021-01-26 12:21:48 +1100
commitdfe18a295542c169ffde8533b3d7fe42088e2de7 (patch)
tree8d8ae699b2bb8d1bee8b17d7770ce515fdfe2883 /hostfile.c
parent3b44f2513cae89c920e8fe927b9bc910a1c8c65a (diff)
downloadopenssh-git-dfe18a295542c169ffde8533b3d7fe42088e2de7.tar.gz
upstream: make struct hostkeys public; I have no idea why I made it
opaque originally. ok markus@ OpenBSD-Commit-ID: e50780b34d4bbe628d69b2405b024dd749d982f3
Diffstat (limited to 'hostfile.c')
-rw-r--r--hostfile.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/hostfile.c b/hostfile.c
index b381741a..f5d3dde9 100644
--- a/hostfile.c
+++ b/hostfile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hostfile.c,v 1.88 2021/01/26 00:49:30 djm Exp $ */
+/* $OpenBSD: hostfile.c,v 1.89 2021/01/26 00:51:30 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -63,11 +63,6 @@
#include "hmac.h"
#include "sshbuf.h"
-struct hostkeys {
- struct hostkey_entry *entries;
- u_int num_entries;
-};
-
/* XXX hmac is too easy to dictionary attack; use bcrypt? */
static int