aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rc5
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc5')
-rw-r--r--crypto/rc5/rc5speed.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/rc5/rc5speed.c b/crypto/rc5/rc5speed.c
index efca9c0e5a..ae263a10ef 100644
--- a/crypto/rc5/rc5speed.c
+++ b/crypto/rc5/rc5speed.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