Changeset 265155 in webkit
- Timestamp:
- Jul 31, 2020, 12:39:18 PM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r265152 r265155 1 2020-07-31 Alex Christensen <achristensen@webkit.org> 2 3 Fix Windows build. 4 https://bugs.webkit.org/show_bug.cgi?id=214988 5 6 * platform/network/cf/CertificateInfo.h: 7 * platform/network/cf/CertificateInfoCFNet.cpp: 8 1 9 2020-07-31 Chris Dumez <cdumez@apple.com> 2 10 -
trunk/Source/WebCore/platform/network/cf/CertificateInfo.h
r265150 r265155 98 98 }; 99 99 100 #if PLATFORM(COCOA) 100 101 WEBCORE_EXPORT bool certificatesMatch(SecTrustRef, SecTrustRef); 102 #endif 101 103 102 104 } // namespace WebCore -
trunk/Source/WebCore/platform/network/cf/CertificateInfoCFNet.cpp
r265150 r265155 33 33 namespace WebCore { 34 34 35 #if PLATFORM(COCOA) 35 36 bool certificatesMatch(SecTrustRef trust1, SecTrustRef trust2) 36 37 { … … 55 56 } 56 57 57 #if PLATFORM(COCOA)58 58 RetainPtr<CFArrayRef> CertificateInfo::certificateChainFromSecTrust(SecTrustRef trust) 59 59 {
Note:
See TracChangeset
for help on using the changeset viewer.