mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
mod_ssl namespacing: SSL_X509_INFO_load_file -> modssl_X509_INFO_load_file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1677159 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1243,7 +1243,7 @@ static apr_status_t ssl_init_proxy_certs(server_rec *s,
|
||||
sk = sk_X509_INFO_new_null();
|
||||
|
||||
if (pkp->cert_file) {
|
||||
SSL_X509_INFO_load_file(ptemp, sk, pkp->cert_file);
|
||||
modssl_X509_INFO_load_file(ptemp, sk, pkp->cert_file);
|
||||
}
|
||||
|
||||
if (pkp->cert_path) {
|
||||
|
Reference in New Issue
Block a user