mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Missed one line.
This commit is contained in:
parent
608217d8d0
commit
7de82c29c8
@ -102,7 +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 /* CLK_TCK */
|
||||
#define HZ ((double)CLK_TCK)
|
||||
|
@ -107,7 +107,6 @@ extern int exit();
|
||||
#else /* CLK_TCK */
|
||||
#define HZ ((double)CLK_TCK)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define BUFSIZE ((long)1024)
|
||||
long run=0;
|
||||
|
Loading…
Reference in New Issue
Block a user