From: Joe Orton Date: Mon, 2 Mar 2026 11:43:05 +0000 (+0000) Subject: Clarify this is a Y2038 issue. [skip ci] X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ad624eb01d91a3b60645048cd03c0396e92003b;p=thirdparty%2Fapache%2Fhttpd.git Clarify this is a Y2038 issue. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932108 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/ssl-sess-y2k.txt b/changes-entries/ssl-sess-y2k.txt index 151dcc3c91..981504b546 100644 --- a/changes-entries/ssl-sess-y2k.txt +++ b/changes-entries/ssl-sess-y2k.txt @@ -1,2 +1,2 @@ - *) mod_ssl: Prevent Y2K bug in session handling on 32-bit platforms + *) mod_ssl: Prevent Y2038 bug in session handling on 32-bit platforms with a 64-bit time_t. [Daniel Ruf ]