OPENSSL_EXTERN, OPENSSL_GLOBAL
[openssl.git] / crypto / cast / castopts.c
index 56fb646c5140e7df2ac23470fa835475bc010ce9..25c40af06a165910552b3cbd8098e3ee9cba2392 100644 (file)
@@ -136,11 +136,7 @@ extern void exit();
 #ifndef HZ
 # ifndef CLK_TCK
 #  ifndef _BSD_CLK_TCK_ /* FreeBSD fix */
-#   ifndef VMS
-#    define HZ 100.0
-#   else /* VMS */
-#    define HZ 100.0
-#   endif
+#   define HZ  100.0
 #  else /* _BSD_CLK_TCK_ */
 #   define HZ ((double)_BSD_CLK_TCK_)
 #  endif