diff options
author | damien <damien> | 2000-04-16 02:31:48 +0000 |
---|---|---|
committer | damien <damien> | 2000-04-16 02:31:48 +0000 |
commit | 051a29f7739eba1a8d6f848ac6994ebc9303983f (patch) | |
tree | c9860bb0365baa85fc32dd216295b78efd8a757a /includes.h | |
parent | b0072a0e6ce1099ee37a373007d920e3c87aa0ea (diff) | |
download | openssh-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |