summaryrefslogtreecommitdiffstats
path: root/crypto/idea
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/idea
parent75e0770d9661d5c1c3a4ce8122a50602eebb4de4 (diff)
Remove redundant ifdef.
Diffstat (limited to 'crypto/idea')
-rw-r--r--crypto/idea/idea_spd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/idea/idea_spd.c b/crypto/idea/idea_spd.c
index 9847da9c61..b600102e3f 100644
--- a/crypto/idea/idea_spd.c
+++ b/crypto/idea/idea_spd.c
@@ -104,9 +104,6 @@ extern int exit();
#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