diff options
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r-- | crypto/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 5c0f3e6..b3e09b3 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -721,11 +721,6 @@ if(NOT HAVE_SYSLOG_R) | |||
721 | set(COMPAT_SRC ${COMPAT_SRC} compat/syslog_r.c) | 721 | set(COMPAT_SRC ${COMPAT_SRC} compat/syslog_r.c) |
722 | endif() | 722 | endif() |
723 | 723 | ||
724 | if(NOT HAVE_TIMEGM) | ||
725 | # XXX - Remove after next bump once libtls, ocspcheck, and asn1time are fixed. | ||
726 | set(COMPAT_SRC ${COMPAT_SRC} compat/timegm.c) | ||
727 | endif() | ||
728 | |||
729 | if(NOT HAVE_EXPLICIT_BZERO) | 724 | if(NOT HAVE_EXPLICIT_BZERO) |
730 | if(WIN32) | 725 | if(WIN32) |
731 | set(COMPAT_SRC ${COMPAT_SRC} compat/explicit_bzero_win.c) | 726 | set(COMPAT_SRC ${COMPAT_SRC} compat/explicit_bzero_win.c) |