Hi, here's one more cleanup prior to my larger patch:
Remove the inclusion of <sys/times.h> from crypto/rand/rand_unix.c.

-- 
Johan Gill, [EMAIL PROTECTED]
Index: crypto/rand/rand_unix.c
===================================================================
RCS file: /home/johane/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     10 Nov 2005 11:23:57 -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