From 8bb73be04e3e38be582c4b3843c765aab74017c2 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 19 Apr 2000 16:26:12 +1000 Subject: - OpenBSD CVS updates [channels.c] - fix pr 1196, listen_port and port_to_connect interchanged [scp.c] - after completion, replace the progress bar ETA counter with a final elapsed time; my idea, aaron wrote the patch [ssh_config sshd_config] - show 'Protocol' as an example, ok markus@ [sshd.c] - missing xfree() - Add missing header to bsd-misc.c --- bsd-misc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bsd-misc.c') diff --git a/bsd-misc.c b/bsd-misc.c index 83822cad5..c22cde328 100644 --- a/bsd-misc.c +++ b/bsd-misc.c @@ -47,6 +47,8 @@ #include "bsd-misc.h" #include "entropy.h" +#include + #ifndef HAVE_ARC4RANDOM typedef struct -- cgit v1.2.3