summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authordamien <damien>2000-04-16 02:31:48 +0000
committerdamien <damien>2000-04-16 02:31:48 +0000
commit051a29f7739eba1a8d6f848ac6994ebc9303983f (patch)
treec9860bb0365baa85fc32dd216295b78efd8a757a /includes.h
parentb0072a0e6ce1099ee37a373007d920e3c87aa0ea (diff)
downloadopenssh-051a29f7739eba1a8d6f848ac6994ebc9303983f.tar.gz
- Reduce diff against OpenBSD source
- All OpenSSL includes are now unconditionally referenced as openssl/foo.h - Pick up formatting changes - Other minor changed (typecasts, etc) that I missed
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index 51226676..1a0e76f3 100644
--- a/includes.h
+++ b/includes.h
@@ -108,6 +108,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#include "fake-getnameinfo.h"
#include "fake-socket.h"
+/* Entropy collection */
+#include "entropy.h"
+
/* Define this to be the path of the xauth program. */
#ifndef XAUTH_PATH
#define XAUTH_PATH "/usr/X11R6/bin/xauth"