diff options
author | Melissa Mears <myriachan@cox.net> | 2013-12-03 16:07:32 -0800 |
---|---|---|
committer | Nick Zitzmann <nickzman@gmail.com> | 2013-12-07 00:10:04 -0600 |
commit | bd3ca6630a447426f583c19fe72c502639ff4845 (patch) | |
tree | d97eb551b1f9de61b0fa530255caa6d9033fc437 /vs | |
parent | 92e607abfaa5102bb7384b416547503e426e4435 (diff) |
darwinssl: Fix #if 10.6.0 for SecKeychainSearch
The comment here says that SecKeychainSearch causes a deprecation
warning when used with a minimum Mac OS X SDK version of 10.7.0, which
is correct. However, the #if guard did not match. It was intended to
only use the code if 10.6.0 support was enabled, but it had 10.7.0
instead. This caused a warning if the minimum was exactly 10.7.0.
Diffstat (limited to 'vs')
0 files changed, 0 insertions, 0 deletions