]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Use correct function name when compiling against APR < 1.6.0 trunk trunk
authorRuediger Pluem <rpluem@apache.org>
Tue, 17 Feb 2026 19:37:17 +0000 (19:37 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 17 Feb 2026 19:37:17 +0000 (19:37 +0000)
PR: 69954
Submitted by: Tần Quảng <baobaoxich@gmail.com>
Reviewed by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1931911 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/pr69954.txt [new file with mode: 0644]
modules/md/md_util.h

diff --git a/changes-entries/pr69954.txt b/changes-entries/pr69954.txt
new file mode 100644 (file)
index 0000000..747f5d5
--- /dev/null
@@ -0,0 +1,2 @@
+  *) mod_md: Use correct function name when compiling against APR < 1.6.0.
+     PR 69954 [Tần Quảng <baobaoxich@gmail.com>]
index 51bad5ba8ea29c457940bf7c5904e6a5064984e3..cf43964ebb287e6741b02e11812ce73af76ad848 100644 (file)
@@ -27,7 +27,7 @@
 #else
 /* Define a (poor) backwards-compatibility entry point for
  * apr_cstr_casecmp() from APR 1.6. */
-#define apr_cstr_casecmp apr_natcasecmp
+#define apr_cstr_casecmp apr_strnatcasecmp
 #endif
 
 struct apr_array_header_t;