Hi all, I'm using CURL library for my iOS app. I built a static CURL library with support SSL enabled (using --with-ssl=/point/to/ssl/directory/), I imported this library to my project and when I use this option:
rv = curl_easy_setopt(ch, CURLOPT_SSL_CTX_FUNCTION, *sslctx_function); returned value is CURLE_NOT_BUILT_IN. It did not works & sslctx_function never be called. Can you please tell me why this error still happens although the imported CURL library supported SSL already ? Are there a way to check to make sure this imported library have SSL enabled? Please give me some advices. Thank you very much, Hiep -- ---------------------------------- Pham Hoang Hiep (Mr.) Senior Software Engineer Mobile: (+84) 985 822 627 Email: [email protected] Skype: hiep2x
------------------------------------------------------------------- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
