summaryrefslogtreecommitdiffstats
path: root/crypto/idea/idea_spd.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/idea/idea_spd.c')
-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