summaryrefslogtreecommitdiff
path: root/lib/libcrypto/rc2/rc2speed.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/rc2/rc2speed.c')
-rw-r--r--lib/libcrypto/rc2/rc2speed.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/rc2/rc2speed.c b/lib/libcrypto/rc2/rc2speed.c
index 47d34b444e5..4d0e1242eaf 100644
--- a/lib/libcrypto/rc2/rc2speed.c
+++ b/lib/libcrypto/rc2/rc2speed.c
@@ -102,10 +102,10 @@ OPENSSL_DECLARE_EXIT
#ifndef HZ
#ifndef CLK_TCK
#define HZ 100.0
-#endif
-#else /* CLK_TCK */
+#else /* CLK_TCK */
#define HZ ((double)CLK_TCK)
-#endif
+#endif /* CLK_TCK */
+#endif /* HZ */
#define BUFSIZE ((long)1024)
long run=0;