mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
mod_ssl namespacing: SSL_X509_NAME_to_string -> modssl_X509_NAME_to_string
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1677153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1634,7 +1634,7 @@ static void ssl_init_PushCAList(STACK_OF(X509_NAME) *ca_list,
|
||||
|
||||
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO(02209)
|
||||
"CA certificate: %s",
|
||||
SSL_X509_NAME_to_string(ptemp, name, 0));
|
||||
modssl_X509_NAME_to_string(ptemp, name, 0));
|
||||
|
||||
/*
|
||||
* note that SSL_load_client_CA_file() checks for duplicates,
|
||||
|
Reference in New Issue
Block a user