]> granicus.if.org Git - curl/commit
darwinssl: reform OS-specific #defines
authorNick Zitzmann <nickzman@gmail.com>
Sat, 22 Jun 2013 18:23:26 +0000 (12:23 -0600)
committerNick Zitzmann <nickzman@gmail.com>
Sat, 22 Jun 2013 18:23:26 +0000 (12:23 -0600)
commit631e3e13a90eb7124d43310c3452948fba6c6136
treee5bc300b52152e89f273e71dcb300a0548831d0e
parent832c195179f373917f87f5b135a2f38122ea8482
darwinssl: reform OS-specific #defines

This doesn't need to be in the release notes. I cleaned up a lot of the #if
lines in the code to use MAC_OS_X_VERSION_MIN_REQUIRED and
MAC_OS_X_VERSION_MAX_ALLOWED instead of checking for whether things like
__MAC_10_6 or whatever were defined, because for some SDKs Apple has released
they were defined out of place.
lib/curl_darwinssl.c