summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-13 13:29:41 +0000
committerUlf Möller <ulf@openssl.org>1999-05-13 13:29:41 +0000
commit5c83b4c93fb5e8a66c815055b26e6db1ca080272 (patch)
tree8643e9e27a7d7a18d97fe9f29de8beb844f1e129
parent75e0770d9661d5c1c3a4ce8122a50602eebb4de4 (diff)
Remove redundant ifdef.
-rw-r--r--apps/s_time.c4
-rw-r--r--apps/speed.c6
-rw-r--r--crypto/bf/bf_opts.c6
-rw-r--r--crypto/bf/bfspeed.c4
-rw-r--r--crypto/bn/bnspeed.c6
-rw-r--r--crypto/bn/expspeed.c6
-rw-r--r--crypto/cast/cast_spd.c4
-rw-r--r--crypto/cast/castopts.c6
-rw-r--r--crypto/des/des_opts.c6
-rw-r--r--crypto/des/speed.c6
-rw-r--r--crypto/idea/idea_spd.c3
-rw-r--r--crypto/rc2/rc2speed.c3
-rw-r--r--crypto/rc4/rc4speed.c4
-rw-r--r--crypto/rc5/rc5speed.c4
-rw-r--r--crypto/tmdiff.c6
15 files changed, 8 insertions, 66 deletions
diff --git a/apps/s_time.c b/apps/s_time.c
index 15b519aa38..a529e2a119 100644
--- a/apps/s_time.c
+++ b/apps/s_time.c
@@ -124,11 +124,7 @@
*/
#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
diff --git a/apps/speed.c b/apps/speed.c
index f4bff5c1da..eae1374126 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -163,11 +163,7 @@
#ifndef HZ
# ifndef CLK_TCK
# ifndef _BSD_CLK_TCK_ /* FreeBSD hack */
-# ifndef VMS
-# define HZ 100.0
-# else /* VMS */
-# define HZ 100.0
-# endif
+# define HZ 100.0
# else /* _BSD_CLK_TCK_ */
# define HZ ((double)_BSD_CLK_TCK_)
# endif
diff --git a/crypto/bf/bf_opts.c b/crypto/bf/bf_opts.c
index 6ac0611918..a0663b5801 100644
--- a/crypto/bf/bf_opts.c
+++ b/crypto/bf/bf_opts.c
@@ -126,11 +126,7 @@ extern void exit();
#ifndef HZ
# ifndef CLK_TCK
# ifndef _BSD_CLK_TCK_ /* FreeBSD fix */
-# ifndef VMS
-# define HZ 100.0
-# else /* VMS */
-# define HZ 100.0
-# endif
+# define HZ 100.0
# else /* _BSD_CLK_TCK_ */
# define HZ ((double)_BSD_CLK_TCK_)
# endif
diff --git a/crypto/bf/bfspeed.c b/crypto/bf/bfspeed.c
index 52758e24b1..bc6cd8df5f 100644
--- a/crypto/bf/bfspeed.c
+++ b/crypto/bf/bfspeed.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
diff --git a/crypto/bn/bnspeed.c b/crypto/bn/bnspeed.c
index 31bf9fd795..0922aa3e16 100644
--- a/crypto/bn/bnspeed.c
+++ b/crypto/bn/bnspeed.c
@@ -106,11 +106,7 @@
#ifndef HZ
# ifndef CLK_TCK
# ifndef _BSD_CLK_TCK_ /* FreeBSD hack */
-# ifndef VMS
-# define HZ 100.0
-# else /* VMS */
-# define HZ 100.0
-# endif
+# define HZ 100.0
# else /* _BSD_CLK_TCK_ */
# define HZ ((double)_BSD_CLK_TCK_)
# endif
diff --git a/crypto/bn/expspeed.c b/crypto/bn/expspeed.c
index 996603ebc1..3656d5bb4c 100644
--- a/crypto/bn/expspeed.c
+++ b/crypto/bn/expspeed.c
@@ -106,11 +106,7 @@
#ifndef HZ
# ifndef CLK_TCK
# ifndef _BSD_CLK_TCK_ /* FreeBSD hack */
-# ifndef VMS
-# define HZ 100.0
-# else /* VMS */
-# define HZ 100.0
-# endif
+# define HZ 100.0
# else /* _BSD_CLK_TCK_ */
# define HZ ((double)_BSD_CLK_TCK_)
# endif
diff --git a/crypto/cast/cast_spd.c b/crypto/cast/cast_spd.c
index fbc8bb8e87..47af9639e4 100644
--- a/crypto/cast/cast_spd.c
+++ b/crypto/cast/cast_spd.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
diff --git a/crypto/cast/castopts.c b/crypto/cast/castopts.c
index 56fb646c51..25c40af06a 100644
--- a/crypto/cast/castopts.c
+++ b/crypto/cast/castopts.c
@@ -136,11 +136,7 @@ extern void exit();
#ifndef HZ
# ifndef CLK_TCK
# ifndef _BSD_CLK_TCK_ /* FreeBSD fix */
-# ifndef VMS
-# define HZ 100.0
-# else /* VMS */
-# define HZ 100.0
-# endif
+# define HZ 100.0
# else /* _BSD_CLK_TCK_ */
# define HZ ((double)_BSD_CLK_TCK_)
# endif
diff --git a/crypto/des/des_opts.c b/crypto/des/des_opts.c
index 524e4174f7..c995ac8ddb 100644
--- a/crypto/des/des_opts.c
+++ b/crypto/des/des_opts.c
@@ -318,11 +318,7 @@ extern void exit();
#ifndef HZ
# ifndef CLK_TCK
# ifndef _BSD_CLK_TCK_ /* FreeBSD fix */
-# ifndef VMS
-# define HZ 100.0
-# else /* VMS */
-# define HZ 100.0
-# endif
+# define HZ 100.0
# else /* _BSD_CLK_TCK_ */
# define HZ ((double)_BSD_CLK_TCK_)
# endif
diff --git a/crypto/des/speed.c b/crypto/des/speed.c
index 4aeced9612..f9497093e3 100644
--- a/crypto/des/speed.c
+++ b/crypto/des/speed.c
@@ -103,11 +103,7 @@ extern int exit();
#ifndef HZ
# ifndef CLK_TCK
# ifndef _BSD_CLK_TCK_ /* FreeBSD fix */
-# ifndef VMS
-# define HZ 100.0
-# else /* VMS */
-# define HZ 100.0
-# endif
+# define HZ 100.0
# else /* _BSD_CLK_TCK_ */
# define HZ ((double)_BSD_CLK_TCK_)
# endif
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
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 */
diff --git a/crypto/rc4/rc4speed.c b/crypto/rc4/rc4speed.c
index 5f77fbc241..40d153a709 100644
--- a/crypto/rc4/rc4speed.c
+++ b/crypto/rc4/rc4speed.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
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
diff --git a/crypto/tmdiff.c b/crypto/tmdiff.c
index 60fea0dab1..0ad8a9ed8d 100644
--- a/crypto/tmdiff.c
+++ b/crypto/tmdiff.c
@@ -107,11 +107,7 @@
#ifndef HZ
# ifndef CLK_TCK
# ifndef _BSD_CLK_TCK_ /* FreeBSD hack */
-# ifndef VMS
-# define HZ 100.0
-# else /* VMS */
-# define HZ 100.0
-# endif
+# define HZ 100.0
# else /* _BSD_CLK_TCK_ */
# define HZ ((double)_BSD_CLK_TCK_)
# endif