Changeset 280969 in webkit
- Timestamp:
- Aug 12, 2021, 8:48:58 AM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r280967 r280969 1 2021-08-12 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed API test build fix with recent MacOS SDK. 4 5 * TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm: 6 (verifyCertificateAndPublicKey): 7 1 8 2021-08-12 Jonathan Bedard <jbedard@apple.com> 2 9 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Challenge.mm
r278590 r280969 427 427 428 428 #if HAVE(SEC_TRUST_COPY_CERTIFICATE_CHAIN) 429 auto certificate = adoptCF( CFArrayGetValueAtIndex(adoptCF(SecTrustCopyCertificateChain(trust)).get(), 0));429 auto certificate = adoptCF((CFDataRef)CFArrayGetValueAtIndex(adoptCF(SecTrustCopyCertificateChain(trust)).get(), 0)); 430 430 #else 431 431 auto certificate = adoptCF(SecCertificateCopyData(SecTrustGetCertificateAtIndex(trust, 0)));
Note:
See TracChangeset
for help on using the changeset viewer.