Adopt SecTrustGetCertificateAtIndex replacement where available
Created attachment 428886 [details] Patch
<rdar://problem/78424044>
Comment on attachment 428886 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=428886&action=review > Source/WebCore/platform/network/cocoa/CertificateInfoCocoa.mm:45 > + RetainPtr<CFStringRef> summary = adoptCF(SecCertificateCopySubjectSummary(checked_cf_cast<SecCertificateRef>(CFArrayGetValueAtIndex(chain.get(), i)))); Could use auto
Committed r278590 (238580@main): <https://commits.webkit.org/238580@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 428886 [details].