diff options
| author | Theo Buehler <botovq@users.noreply.github.com> | 2023-12-14 08:38:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-14 08:38:09 +0100 |
| commit | 5bb45527ea0bbc22a9b8da4c5990c80f12c5d8de (patch) | |
| tree | 613dfa61406a6ba33246c04e3bdcafedd574d49f | |
| parent | 906e10ea83472110616d28831bc000a3e5ab4225 (diff) | |
| download | portable-5bb45527ea0bbc22a9b8da4c5990c80f12c5d8de.tar.gz portable-5bb45527ea0bbc22a9b8da4c5990c80f12c5d8de.tar.bz2 portable-5bb45527ea0bbc22a9b8da4c5990c80f12c5d8de.zip | |
Add reminder to remove timegm after the next library bump
| -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 | ||
