Fix security hole.
[openssl.git] / crypto / rc2 / rc2speed.c
index 6cd8ea8f27c3f1b1b350e71ba4eca491b7d39719..d02f9d812c19ea36831b2710a2df47ea8ac3c2f6 100644 (file)
@@ -92,7 +92,8 @@ struct tms {
 #include <sys/timeb.h>
 #endif
 
-#ifdef sun
+#if defined(sun) || defined(__ultrix)
+#define _POSIX_SOURCE
 #include <limits.h>
 #include <sys/param.h>
 #endif