mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
minor: improve indentation of guards
This commit is contained in:
@@ -24896,9 +24896,9 @@ static int BuildCertificateStatusWithStatusCB(WOLFSSL* ssl)
|
|||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#endif /* HAVE_CERTIFICATE_STATUS_REQUEST && (defined(OPENSSL_ALL) ||
|
#endif /* HAVE_CERTIFICATE_STATUS_REQUEST && \
|
||||||
defined(WOLFSSL_NGINX) || defined(WOLFSSL_HAPROXY) || defined(OPENSSL_EXTRA))
|
(defined(OPENSSL_ALL) || defined(WOLFSSL_NGINX) || \
|
||||||
*/
|
defined(WOLFSSL_HAPROXY) || defined(OPENSSL_EXTRA)) */
|
||||||
#endif /* NO_WOLFSSL_SERVER */
|
#endif /* NO_WOLFSSL_SERVER */
|
||||||
|
|
||||||
/* handle generation of certificate_status (22) */
|
/* handle generation of certificate_status (22) */
|
||||||
|
@@ -37323,7 +37323,7 @@ static int OcspCheckCert(OcspResponse *resp, int noVerify,
|
|||||||
#ifndef WOLFSSL_NO_OCSP_ISSUER_CHECK
|
#ifndef WOLFSSL_NO_OCSP_ISSUER_CHECK
|
||||||
if (ret == 0 && !noVerify) {
|
if (ret == 0 && !noVerify) {
|
||||||
ret = CheckOcspResponder(resp, cert, cm);
|
ret = CheckOcspResponder(resp, cert, cm);
|
||||||
if (ret < 0) {
|
if (ret != 0) {
|
||||||
WOLFSSL_MSG("\tOCSP Responder certificate issuer check failed");
|
WOLFSSL_MSG("\tOCSP Responder certificate issuer check failed");
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user