diff options
author | Ulf Möller <ulf@openssl.org> | 1999-05-13 15:29:41 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-05-13 15:29:41 +0200 |
commit | 5c83b4c93fb5e8a66c815055b26e6db1ca080272 (patch) | |
tree | 8643e9e27a7d7a18d97fe9f29de8beb844f1e129 /crypto/rc2 | |
parent | VMS support bug fixes. (diff) | |
download | openssl-5c83b4c93fb5e8a66c815055b26e6db1ca080272.tar.xz openssl-5c83b4c93fb5e8a66c815055b26e6db1ca080272.zip |
Remove redundant ifdef.
Diffstat (limited to 'crypto/rc2')
-rw-r--r-- | crypto/rc2/rc2speed.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/rc2/rc2speed.c b/crypto/rc2/rc2speed.c index f74375258f..423fdba24b 100644 --- a/crypto/rc2/rc2speed.c +++ b/crypto/rc2/rc2speed.c @@ -102,9 +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 /* VMS */ #define HZ 100.0 #endif #else /* CLK_TCK */ |