Openssl backend: reinsert a missing C in qCDebug

Pick-to: 6.2 5.15
Change-Id: I2b13d2f88517abea7e015bfba4fe71dcbada86c0
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
bb10
Mårten Nordheim 2021-11-30 14:30:53 +01:00
parent 34fc4770e7
commit c891382900
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ bool qt_OCSP_certificate_match(OCSP_SINGLERESP *singleResponse, X509 *peerCert,
const QSharedPointer<OCSP_CERTID> guard(recreatedId, q_OCSP_CERTID_free);
if (q_OCSP_id_cmp(const_cast<OCSP_CERTID *>(certId), recreatedId)) {
qDebug(lcTlsBackend, "Certificate ID mismatch");
qCDebug(lcTlsBackend, "Certificate ID mismatch");
return false;
}
// Bingo!