fix "#ifndef HZ" statement

PR: 1287
This commit is contained in:
Nils Larsch 2006-02-28 19:52:15 +00:00
parent 11503177d1
commit 5aae935038

View file

@ -105,10 +105,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;