]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Follow-up to r1825120:
authorJoe Orton <jorton@apache.org>
Fri, 23 Feb 2018 12:10:49 +0000 (12:10 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 23 Feb 2018 12:10:49 +0000 (12:10 +0000)
commit12194873838e03a5288742c6a15fcf0d7c4e9a72
tree201ee8425160ab8b032d15169d6b4e45ba3aabf5
parent348083128dfe74f041decd5175302d42fd22965d
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1825124 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_init.c