File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11 * Fix the ARI related `replaces` property in ACME order creation to only
22 be used when the CA supports ARI and it is enabled in the menu config.
33 Fixes #406.
4+ * Fix compatibility with APR versions before 1.6.0 which do not have
5+ `apr_cstr_casecmp` and should use `apr_strnatcasecmp` instead.
46
57v2.6.7
68----------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 2727#else
2828/* Define a (poor) backwards-compatibility entry point for
2929 * apr_cstr_casecmp() from APR 1.6. */
30- #define apr_cstr_casecmp apr_natcasecmp
30+ #define apr_cstr_casecmp apr_strnatcasecmp
3131#endif
3232
3333struct apr_array_header_t ;
You can’t perform that action at this time.
0 commit comments