]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clarify this is a Y2038 issue. [skip ci]
authorJoe Orton <jorton@apache.org>
Mon, 2 Mar 2026 11:43:05 +0000 (11:43 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 2 Mar 2026 11:43:05 +0000 (11:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932108 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/ssl-sess-y2k.txt

index 151dcc3c91445cda7372aaeb52a8f3e328ff0800..981504b546a1766a15e7213abd3c9b35e5570020 100644 (file)
@@ -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 <daniel daniel-ruf.de>]