summaryrefslogtreecommitdiff
path: root/bsd-misc.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-19 16:26:12 +1000
committerDamien Miller <djm@mindrot.org>2000-04-19 16:26:12 +1000
commit8bb73be04e3e38be582c4b3843c765aab74017c2 (patch)
tree2050fbf49e4e94a9cef9bbe557787298111eb886 /bsd-misc.c
parent71795160ee9dbf15633b2c27679df62c11f79aaa (diff)
- 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
Diffstat (limited to 'bsd-misc.c')
-rw-r--r--bsd-misc.c2
1 files changed, 2 insertions, 0 deletions
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 @@
47#include "bsd-misc.h" 47#include "bsd-misc.h"
48#include "entropy.h" 48#include "entropy.h"
49 49
50#include <openssl/rand.h>
51
50#ifndef HAVE_ARC4RANDOM 52#ifndef HAVE_ARC4RANDOM
51 53
52typedef struct 54typedef struct