> Am 23.10.2018 um 12:46 schrieb Swamy J-S via curl-library > <[email protected]>: > > curl_easy_setopt(Config->hHandle->curl, CURLOPT_SSL_CTX_FUNCTION, NULL)) > > is returning CURLE_NOT_BUILT_IN error in linux, where in Windows (Visual > Studio) its working fine. >
Well, I would expect CURLOPT_SSL_CTX_FUNCTION needs OpenSSL. > sudo apt-get install libcurl4-gnutls-dev And you use gnutls, not openssl! Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
