I am resubmitting the patch to remove #include <sys/times.h> from crypto/rand/rand_unix.c.

Cheers
Johan Gill
Index: crypto/rand/rand_unix.c
===================================================================
RCS file: /bulky/openssl/cvs/openssl/crypto/rand/rand_unix.c,v
retrieving revision 1.22
diff -u -r1.22 rand_unix.c
--- crypto/rand/rand_unix.c     22 Jul 2005 03:36:29 -0000      1.22
+++ crypto/rand/rand_unix.c     1 Dec 2005 10:35:42 -0000
@@ -120,7 +120,6 @@
 
 #include <sys/types.h>
 #include <sys/time.h>
-#include <sys/times.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>

Reply via email to