mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
darwinssl: Fix typo in comment
Closes https://github.com/curl/curl/pull/1028
This commit is contained in:
parent
01c8db47aa
commit
79607eec51
@ -920,7 +920,7 @@ static OSStatus CopyIdentityWithLabel(char *label,
|
||||
#if CURL_SUPPORT_MAC_10_6
|
||||
/* On Leopard and Snow Leopard, fall back to SecKeychainSearch. */
|
||||
status = CopyIdentityWithLabelOldSchool(label, out_cert_and_key);
|
||||
#endif /* CURL_SUPPORT_MAC_10_7 */
|
||||
#endif /* CURL_SUPPORT_MAC_10_6 */
|
||||
}
|
||||
#elif CURL_SUPPORT_MAC_10_6
|
||||
/* For developers building on older cats, we have no choice but to fall back
|
||||
|
Loading…
Reference in New Issue
Block a user