1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

mod_ssl namespacing: SSL_X509_getBC -> modssl_X509_getBC

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1677146 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Sperling
2015-05-01 14:15:22 +00:00
parent bb903996bf
commit 35296edace
3 changed files with 3 additions and 3 deletions

View File

@@ -940,7 +940,7 @@ static void ssl_check_public_cert(server_rec *s,
* Some information about the certificate(s)
*/
if (SSL_X509_getBC(cert, &is_ca, &pathlen)) {
if (modssl_X509_getBC(cert, &is_ca, &pathlen)) {
if (is_ca) {
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, s, APLOGNO(01906)
"%s server certificate is a CA certificate "