summaryrefslogtreecommitdiffstats
path: root/crypto/idea
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-13 19:55:08 +0200
committerUlf Möller <ulf@openssl.org>1999-05-13 19:55:08 +0200
commit7de82c29c839c13e90a82fcce2e5a403647f4366 (patch)
tree106790edc101fe9887888e8d9edc533d166805b1 /crypto/idea
parentDon't use reserved name "_encrypt" for parameters; (diff)
downloadopenssl-7de82c29c839c13e90a82fcce2e5a403647f4366.tar.xz
openssl-7de82c29c839c13e90a82fcce2e5a403647f4366.zip
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)