⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 181327 in webkit


Ignore:
Timestamp:
Mar 10, 2015, 9:31:49 AM (11 years ago)
Author:
mitz@apple.com
Message:

Fixed the build.

  • platform/spi/cocoa/SecuritySPI.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r181325 r181327  
     12015-03-10  Dan Bernstein  <mitz@apple.com>
     2
     3        Fixed the build.
     4
     5        * platform/spi/cocoa/SecuritySPI.h:
     6
    172015-03-10  Zalan Bujtas  <zalan@apple.com>
    28
  • trunk/Source/WebCore/platform/spi/cocoa/SecuritySPI.h

    r181317 r181327  
    4646#endif
    4747
    48 #if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101100) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 90000)
     48#if PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 90000
    4949EXTERN_C SecSignatureHashAlgorithm SecCertificateGetSignatureHashAlgorithm(SecCertificateRef certificate);
    5050#endif
Note: See TracChangeset for help on using the changeset viewer.