diff -r 88242dc55a66 -r a13194f0acb7 cryptlib/cryptlib.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cryptlib/cryptlib.patch Thu Jan 08 11:09:42 2009 +0100 @@ -0,0 +1,13 @@ +Index: random/unix.c +--- random/unix.c.orig 2005-08-23 00:48:20 +0200 ++++ random/unix.c 2005-09-06 20:55:10 +0200 +@@ -24,6 +24,9 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + #include "crypt.h" + + /* Unix and Unix-like systems share the same makefile, make sure that the