mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* Style fixes. No functional change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1161011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -461,7 +461,8 @@ int SSL_X509_INFO_create_chain(const X509 *x509,
|
|||||||
|
|
||||||
if (X509_NAME_cmp(cert_issuer_name, ca_name) == 0) {
|
if (X509_NAME_cmp(cert_issuer_name, ca_name) == 0) {
|
||||||
/* Check for a self-signed cert (no issuer) */
|
/* Check for a self-signed cert (no issuer) */
|
||||||
can_proceed=X509_NAME_cmp(ca_name, ca_issuer_name) == 0 ? 0 : 1;
|
can_proceed = X509_NAME_cmp(ca_name, ca_issuer_name) == 0
|
||||||
|
? 0 : 1;
|
||||||
len++;
|
len++;
|
||||||
certificate = info->x509;
|
certificate = info->x509;
|
||||||
sk_X509_INFO_unshift(chain, info);
|
sk_X509_INFO_unshift(chain, info);
|
||||||
|
Reference in New Issue
Block a user