aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <botovq@users.noreply.github.com>2023-12-14 08:38:09 +0100
committerGitHub <noreply@github.com>2023-12-14 08:38:09 +0100
commit5bb45527ea0bbc22a9b8da4c5990c80f12c5d8de (patch)
tree613dfa61406a6ba33246c04e3bdcafedd574d49f /crypto
parent906e10ea83472110616d28831bc000a3e5ab4225 (diff)
downloadportable-5bb45527ea0bbc22a9b8da4c5990c80f12c5d8de.tar.gz
portable-5bb45527ea0bbc22a9b8da4c5990c80f12c5d8de.tar.bz2
portable-5bb45527ea0bbc22a9b8da4c5990c80f12c5d8de.zip
Add reminder to remove timegm after the next library bump
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