Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-13 17:29:41 +0400
committerUlf Möller <ulf@openssl.org>1999-05-13 17:29:41 +0400
commit5c83b4c93fb5e8a66c815055b26e6db1ca080272 (patch)
tree8643e9e27a7d7a18d97fe9f29de8beb844f1e129 /crypto/cast/cast_spd.c
parent75e0770d9661d5c1c3a4ce8122a50602eebb4de4 (diff)
Remove redundant ifdef.
Diffstat (limited to 'crypto/cast/cast_spd.c')
-rw-r--r--crypto/cast/cast_spd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/cast/cast_spd.c b/crypto/cast/cast_spd.c
index fbc8bb8e87..47af9639e4 100644
--- a/crypto/cast/cast_spd.c
+++ b/crypto/cast/cast_spd.c
@@ -102,11 +102,7 @@ extern int exit();
/* The following if from times(3) man page. It may need to be changed */
#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