提交 5aae9350 编写于 作者: N Nils Larsch

fix "#ifndef HZ" statement

PR: 1287
上级 11503177
...@@ -105,10 +105,10 @@ OPENSSL_DECLARE_EXIT ...@@ -105,10 +105,10 @@ OPENSSL_DECLARE_EXIT
#ifndef HZ #ifndef HZ
#ifndef CLK_TCK #ifndef CLK_TCK
#define HZ 100.0 #define HZ 100.0
#endif #else /* CLK_TCK */
#else /* CLK_TCK */
#define HZ ((double)CLK_TCK) #define HZ ((double)CLK_TCK)
#endif #endif /* CLK_TCK */
#endif /* HZ */
#define BUFSIZE ((long)1024) #define BUFSIZE ((long)1024)
long run=0; long run=0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册