aboutsummaryrefslogtreecommitdiff
path: root/crypto/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r--crypto/CMakeLists.txt5
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)
722endif() 722endif()
723 723
724if(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)
727endif()
728
729if(NOT HAVE_EXPLICIT_BZERO) 724if(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)