]> granicus.if.org Git - curl/commit
darwinssl: Fix build under Leopard
authorNick Zitzmann <nick@chronosnet.com>
Fri, 8 Feb 2013 01:45:07 +0000 (18:45 -0700)
committerNick Zitzmann <nickzman@an-liath-fail.local>
Fri, 8 Feb 2013 01:57:53 +0000 (18:57 -0700)
commit9613cf7211a9a680ec3db6816c132716ef87a42f
tree695d1ffad7868dc438e8fecbcb048c6e35826fdd
parentce4b554e5d3ad45f66af3443ec5338c44a7d9fd3
darwinssl: Fix build under Leopard

It turns out that Leopard (OS X 10.5) doesn't have constants for the ECDH
ciphers in its headers, so the cases for them have been taken out of the
build when building under Leopard. Also added a standard function for
getting a string description of a SecCertificateRef.
lib/curl_darwinssl.c