Changeset 243736 in webkit
- Timestamp:
- Apr 1, 2019, 9:01:59 PM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
crypto/mac/SerializedCryptoKeyWrapMac.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r243735 r243736 1 2019-04-01 Timothy Hatcher <timothy@apple.com> 2 3 Unreviewed build fix. 4 5 * crypto/mac/SerializedCryptoKeyWrapMac.mm: 6 (WebCore::createAndStoreMasterKey): Add ALLOW_DEPRECATED_DECLARATIONS_BEGIN/END 7 around SecTrustedApplicationCreateFromPath call. 8 1 9 2019-04-01 Simon Fraser <simon.fraser@apple.com> 2 10 -
trunk/Source/WebCore/crypto/mac/SerializedCryptoKeyWrapMac.mm
r238754 r243736 115 115 116 116 SecTrustedApplicationRef trustedAppRef; 117 ALLOW_DEPRECATED_DECLARATIONS_BEGIN 117 118 status = SecTrustedApplicationCreateFromPath(0, &trustedAppRef); 119 ALLOW_DEPRECATED_DECLARATIONS_END 118 120 if (status) { 119 121 WTFLogAlways("Cannot create a trusted application object for storing WebCrypto master key, error %d", (int)status);
Note:
See TracChangeset
for help on using the changeset viewer.