mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
MacOSX doesn't have ftime().
Spotted by Pieter Bowman <bowman@math.utah.edu>
This commit is contained in:
parent
d7bbd31efe
commit
7f19d42e9d
@ -85,7 +85,7 @@
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/objects.h>
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#if defined(__FreeBSD__) || defined(OPENSSL_SYS_MACOSX)
|
||||
# define USE_TOD
|
||||
#elif !defined(OPENSSL_SYS_MSDOS) && (!defined(OPENSSL_SYS_VMS) || defined(__DECC))
|
||||
# define TIMES
|
||||
|
Loading…
Reference in New Issue
Block a user