aboutsummaryrefslogtreecommitdiff
path: root/lib/sslgen.c
diff options
context:
space:
mode:
authorNick Zitzmann <nick@chronosnet.com>2012-06-26 21:39:48 +0200
committerYang Tse <yangsita@gmail.com>2012-06-26 21:39:48 +0200
commit3a4b28d473e7c02fe8d2e30c25861eea2d8d0d22 (patch)
tree41beff474d5a53ef30ed4e0de40cab38ac24eaf2 /lib/sslgen.c
parentf1474db3600172804d6f79d30e1127c6c7efa066 (diff)
DarwinSSL: several adjustments
- Renamed st_ function prefix to darwinssl_ - Renamed Curl_st_ function prefix to Curl_darwinssl_ - Moved the duplicated ssl_connect_done out of the #ifdef in lib/urldata.h - Fixed a teensy little bug that made non-blocking connection attempts block - Made it so that it builds cleanly against the iOS 5.1 SDK
Diffstat (limited to 'lib/sslgen.c')
-rw-r--r--lib/sslgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sslgen.c b/lib/sslgen.c
index 286c5ab23..abb628d90 100644
--- a/lib/sslgen.c
+++ b/lib/sslgen.c
@@ -34,7 +34,7 @@
Curl_polarssl_ - prefix for PolarSSL ones
Curl_cyassl_ - prefix for CyaSSL ones
Curl_schannel_ - prefix for Schannel SSPI ones
- Curl_st_ - prefix for SecureTransport (Darwin) ones
+ Curl_darwinssl_ - prefix for SecureTransport (Darwin) ones
Note that this source code uses curlssl_* functions, and they are all
defines/macros #defined by the lib-specific header files.