According to the main trunk, Darwin should get USE_TOD defined.
This commit is contained in:
parent
f760c5d80b
commit
b3467218f8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
#include <openssl/rand.h>
|
||||
#include <openssl/err.h>
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(_DARWIN)
|
||||
# define USE_TOD
|
||||
#elif !defined(MSDOS) && (!defined(VMS) || defined(__DECC))
|
||||
# define TIMES
|
||||
|
|
Loading…
Reference in a new issue