]> granicus.if.org Git - curl/commitdiff
darwinssl: Fix typo in comment
authorDaniel Gustafsson <dgustafsson@pivotal.io>
Mon, 19 Sep 2016 19:32:48 +0000 (21:32 +0200)
committerJay Satiro <raysatiro@yahoo.com>
Mon, 19 Sep 2016 21:06:00 +0000 (17:06 -0400)
Closes https://github.com/curl/curl/pull/1028

lib/vtls/darwinssl.c

index 9af379112a22e4dae4df016b797aac9bf2eaa50c..3b7dee574793b18f1b7fa9e471051cee36fe8aa5 100644 (file)
@@ -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