diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | entropy.c | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -100,6 +100,7 @@ | |||
100 | - (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable. | 100 | - (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable. |
101 | - (dtucker) [openbsd-compat/{bsd-arc4random.c,port-tun.c,xmmap.c}] Lots of | 101 | - (dtucker) [openbsd-compat/{bsd-arc4random.c,port-tun.c,xmmap.c}] Lots of |
102 | #include stdarg.h, needed for log.h. | 102 | #include stdarg.h, needed for log.h. |
103 | - (dtucker) [entropy.c] Needs unistd.h too. | ||
103 | 104 | ||
104 | 20060804 | 105 | 20060804 |
105 | - (dtucker) [configure.ac] The "crippled AES" test does not work on recent | 106 | - (dtucker) [configure.ac] The "crippled AES" test does not work on recent |
@@ -5170,4 +5171,4 @@ | |||
5170 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5171 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5171 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5172 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5172 | 5173 | ||
5173 | $Id: ChangeLog,v 1.4461 2006/08/05 05:47:26 dtucker Exp $ | 5174 | $Id: ChangeLog,v 1.4462 2006/08/05 05:50:20 dtucker Exp $ |
@@ -34,6 +34,7 @@ | |||
34 | #ifdef HAVE_FCNTL_H | 34 | #ifdef HAVE_FCNTL_H |
35 | # include <fcntl.h> | 35 | # include <fcntl.h> |
36 | #endif | 36 | #endif |
37 | #include <unistd.h> | ||
37 | 38 | ||
38 | #include <openssl/rand.h> | 39 | #include <openssl/rand.h> |
39 | #include <openssl/crypto.h> | 40 | #include <openssl/crypto.h> |