]> granicus.if.org Git - curl/commit
darwinssl: Fix #if 10.6.0 for SecKeychainSearch
authorMelissa Mears <myriachan@cox.net>
Wed, 4 Dec 2013 00:07:32 +0000 (16:07 -0800)
committerNick Zitzmann <nickzman@gmail.com>
Sat, 7 Dec 2013 06:10:04 +0000 (00:10 -0600)
commitbd3ca6630a447426f583c19fe72c502639ff4845
treed97eb551b1f9de61b0fa530255caa6d9033fc437
parent92e607abfaa5102bb7384b416547503e426e4435
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.
lib/curl_darwinssl.c