diff options
Diffstat (limited to 'apps/openssl/Makefile.am')
-rw-r--r-- | apps/openssl/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/openssl/Makefile.am b/apps/openssl/Makefile.am index 9b9eb10..f100adb 100644 --- a/apps/openssl/Makefile.am +++ b/apps/openssl/Makefile.am | |||
@@ -74,6 +74,12 @@ openssl_SOURCES += compat/poll_win.c | |||
74 | endif | 74 | endif |
75 | endif | 75 | endif |
76 | 76 | ||
77 | if !HAVE_CLOCK_GETTIME | ||
78 | if HOST_DARWIN | ||
79 | openssl_SOURCES += compat/clock_gettime_osx.c | ||
80 | endif | ||
81 | endif | ||
82 | |||
77 | if !HAVE_STRTONUM | 83 | if !HAVE_STRTONUM |
78 | openssl_SOURCES += compat/strtonum.c | 84 | openssl_SOURCES += compat/strtonum.c |
79 | endif | 85 | endif |