Author: lha Date: 2007-06-10 19:15:09 +0000 (Sun, 10 Jun 2007) New Revision: 741
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=741 Log: Add <rand.h>. Modified: trunk/heimdal/lib/hcrypto/test_bn.c Changeset: Modified: trunk/heimdal/lib/hcrypto/test_bn.c =================================================================== --- trunk/heimdal/lib/hcrypto/test_bn.c 2007-06-10 17:23:26 UTC (rev 740) +++ trunk/heimdal/lib/hcrypto/test_bn.c 2007-06-10 19:15:09 UTC (rev 741) @@ -36,7 +36,7 @@ #endif #ifdef RCSID -RCSID("$Id: test_bn.c 21043 2007-06-10 07:57:46Z lha $"); +RCSID("$Id: test_bn.c 21047 2007-06-10 19:11:54Z lha $"); #endif #include <sys/types.h> @@ -46,6 +46,7 @@ #include <string.h> #include <bn.h> +#include <rand.h> static int set_get(unsigned long num)
