Get rid of some unnecessary casts and add a necessary one.
[oweals/openssl.git] / apps / s_time.c
index 15b519aa3824e7d360c937f58043cd77fd48d733..a529e2a1190df6888acc17ad7d1575ec96732e41 100644 (file)
 */
 #ifndef HZ
 #ifndef CLK_TCK
-#ifndef VMS
 #define HZ      100.0
-#else /* VMS */
-#define HZ      100.0
-#endif
 #else /* CLK_TCK */
 #define HZ ((double)CLK_TCK)
 #endif