diff options
Diffstat (limited to 'hostfile.c')
-rw-r--r-- | hostfile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hostfile.c b/hostfile.c index c3a281783..b381741af 100644 --- a/hostfile.c +++ b/hostfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hostfile.c,v 1.87 2020/12/20 23:36:51 djm Exp $ */ +/* $OpenBSD: hostfile.c,v 1.88 2021/01/26 00:49:30 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -61,6 +61,7 @@ #include "ssherr.h" #include "digest.h" #include "hmac.h" +#include "sshbuf.h" struct hostkeys { struct hostkey_entry *entries; |