X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcast%2Fcastopts.c;h=25c40af06a165910552b3cbd8098e3ee9cba2392;hp=56fb646c5140e7df2ac23470fa835475bc010ce9;hb=5c83b4c93fb5e8a66c815055b26e6db1ca080272;hpb=75e0770d9661d5c1c3a4ce8122a50602eebb4de4 diff --git a/crypto/cast/castopts.c b/crypto/cast/castopts.c index 56fb646c51..25c40af06a 100644 --- a/crypto/cast/castopts.c +++ b/crypto/cast/castopts.c @@ -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