=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/hostfile.c,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- src/usr.bin/ssh/hostfile.c 2021/01/26 00:49:30 1.88 +++ src/usr.bin/ssh/hostfile.c 2021/01/26 00:51:30 1.89 @@ -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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -60,11 +60,6 @@ #include "digest.h" #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? */