diff options
author | Daniel Gustafsson <dgustafsson@pivotal.io> | 2016-09-19 21:32:48 +0200 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-09-19 17:06:00 -0400 |
commit | 79607eec51055039a484f4efbebc6e58c3948342 (patch) | |
tree | e33dd9646a207d8fce6d83df4773f702771a8038 /lib | |
parent | 01c8db47aa020d426c196f5f4968f710396dc164 (diff) |
darwinssl: Fix typo in comment
Closes https://github.com/curl/curl/pull/1028
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vtls/darwinssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/darwinssl.c b/lib/vtls/darwinssl.c index 9af379112..3b7dee574 100644 --- a/lib/vtls/darwinssl.c +++ b/lib/vtls/darwinssl.c @@ -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 |