Fix some signed/unsigned warnings.
[oweals/openssl.git] / crypto / rand / randfile.c
index dda020fb108f433507ca04cdf491761c5287de31..d69bdf8b8a04031abe2c1d65df5a29347a87f98c 100644 (file)
@@ -57,7 +57,7 @@
  */
 
 /* We need to define this to get macros like S_IFBLK and S_IFCHR */
-#define _XOPEN_SOURCE 1
+#define _XOPEN_SOURCE 500
 
 #include <errno.h>
 #include <stdio.h>