diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 1 |
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) | |||
820 | endif() | 820 | endif() |
821 | 821 | ||
822 | if(NOT HAVE_TIMEGM) | 822 | if(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) |
824 | endif() | 825 | endif() |
825 | 826 | ||