mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Oops, if the target only had USE_TOD, an error message was issued...
This commit is contained in:
parent
d176986488
commit
1cbb729fdc
@ -115,7 +115,7 @@
|
||||
#include <sys/timeb.h>
|
||||
#endif
|
||||
|
||||
#if !defined(TIMES) && !defined(TIMEB)
|
||||
#if !defined(TIMES) && !defined(TIMEB) && !defined(USE_TOD)
|
||||
#error "It seems neither struct tms nor struct timeb is supported in this platform!"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user