summaryrefslogtreecommitdiffstats
path: root/hostfile.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-10-04 09:45:01 +0000
committerDamien Miller <djm@mindrot.org>2020-10-07 13:33:12 +1100
commitaf889a40ffc113af9105c03d7b32131eb4372d50 (patch)
tree3acd6d5a99708fc7fc07740c67c862498b8fa078 /hostfile.h
parent2d39fc9f7e039351daa3d6aead1538ac29258add (diff)
upstream: when ordering host key algorithms in the client, consider
the ECDSA key subtype; ok markus@ OpenBSD-Commit-ID: 3097686f853c61ff61772ea35f8b699931392ece
Diffstat (limited to 'hostfile.h')
-rw-r--r--hostfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hostfile.h b/hostfile.h
index de8b677e..7ea31444 100644
--- a/hostfile.h
+++ b/hostfile.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hostfile.h,v 1.26 2020/06/26 05:02:03 dtucker Exp $ */
+/* $OpenBSD: hostfile.h,v 1.27 2020/10/04 09:45:01 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -37,7 +37,7 @@ void free_hostkeys(struct hostkeys *);
HostStatus check_key_in_hostkeys(struct hostkeys *, struct sshkey *,
const struct hostkey_entry **);
-int lookup_key_in_hostkeys_by_type(struct hostkeys *, int,
+int lookup_key_in_hostkeys_by_type(struct hostkeys *, int, int,
const struct hostkey_entry **);
int lookup_marker_in_hostkeys(struct hostkeys *, int);