summaryrefslogtreecommitdiffstats
path: root/crypto/idea
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-13 17:55:08 +0000
committerUlf Möller <ulf@openssl.org>1999-05-13 17:55:08 +0000
commit7de82c29c839c13e90a82fcce2e5a403647f4366 (patch)
tree106790edc101fe9887888e8d9edc533d166805b1 /crypto/idea
parent608217d8d0b0fd07e28e7a1e687ec19f550edb7f (diff)
Missed one line.
Diffstat (limited to 'crypto/idea')
-rw-r--r--crypto/idea/idea_spd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/idea/idea_spd.c b/crypto/idea/idea_spd.c
index b600102e3f..3c24ff5d86 100644
--- a/crypto/idea/idea_spd.c
+++ b/crypto/idea/idea_spd.c
@@ -102,7 +102,6 @@ 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 /* CLK_TCK */
#define HZ ((double)CLK_TCK)