fix "#ifndef HZ" statement
PR: 1287
This commit is contained in:
parent
11503177d1
commit
5aae935038
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue