]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Follow-up to r1825120:
authorYann Ylavic <ylavic@apache.org>
Thu, 22 Feb 2024 14:17:43 +0000 (14:17 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 22 Feb 2024 14:17:43 +0000 (14:17 +0000)
commit534de0a39d32b2403efdfb0d1c5f67be70b2858d
treeb35ebda2b9543d1f61de38b7a8691b0b482ce4ce
parentf688ac31c4e3236572085850e8996e0ae49353dc
Follow-up to r1825120:

* modules/ssl/ssl_engine_init.c (ssl_init_ca_cert_path): Since
  SSL_add_file_cert_subjects_to_stack() internally replaces the
  comparison callback with one equivalent to
  ssl_init_FindCAList_X509NameCmp, there's no point in using that
  here.
  (ssl_init_FindCAList_X509NameCmp): Removed.

Merges r1825124 from https://svn.apache.org/repos/asf/httpd/httpd/trunk.

Submitted by: jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1915951 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/ssl/ssl_engine_init.c