aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 128a774..d545325 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -820,6 +820,7 @@ if(NOT HAVE_SYSLOG_R)
820endif() 820endif()
821 821
822if(NOT HAVE_TIMEGM) 822if(NOT HAVE_TIMEGM)
823 # XXX - Remove after next bump once libtls, ocspcheck, and asn1time are fixed.
823 set(COMPAT_SRC ${COMPAT_SRC} compat/timegm.c) 824 set(COMPAT_SRC ${COMPAT_SRC} compat/timegm.c)
824endif() 825endif()
825 826