aboutsummaryrefslogtreecommitdiff
path: root/crypto/cast/castopts.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-13 13:29:41 +0000
committerUlf Möller <ulf@openssl.org>1999-05-13 13:29:41 +0000
commit5c83b4c93fb5e8a66c815055b26e6db1ca080272 (patch)
tree8643e9e27a7d7a18d97fe9f29de8beb844f1e129 /crypto/cast/castopts.c
parent75e0770d9661d5c1c3a4ce8122a50602eebb4de4 (diff)
downloadopenssl-5c83b4c93fb5e8a66c815055b26e6db1ca080272.zip
openssl-5c83b4c93fb5e8a66c815055b26e6db1ca080272.tar.gz
openssl-5c83b4c93fb5e8a66c815055b26e6db1ca080272.tar.bz2
Remove redundant ifdef.
Diffstat (limited to 'crypto/cast/castopts.c')
-rw-r--r--crypto/cast/castopts.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/cast/castopts.c b/crypto/cast/castopts.c
index 56fb646..25c40af 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