From 5bb45527ea0bbc22a9b8da4c5990c80f12c5d8de Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 14 Dec 2023 08:38:09 +0100 Subject: Add reminder to remove timegm after the next library bump --- crypto/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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) endif() if(NOT HAVE_TIMEGM) + # XXX - Remove after next bump once libtls, ocspcheck, and asn1time are fixed. set(COMPAT_SRC ${COMPAT_SRC} compat/timegm.c) endif() -- cgit v1.2.3-55-g6feb