- Made setting the CURLOPT_SSL_CTX_FUNCTION option return a failure in case

libcurl wasn't built to use OpenSSL as that is a prerequisite for this
  option to function!
This commit is contained in:
Daniel Stenberg
2008-03-25 19:19:49 +00:00
parent a782c3e368
commit 2c9763da3e
3 changed files with 13 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ This release includes the following bugfixes:
o SFTP infinite loop when given an invalid quote command
o curl-config erroneously reported LDAPS support with missing LDAP libraries
o SCP infinite loop when downloading a zero byte file
o setting the CURLOPT_SSL_CTX_FUNCTION with libcurl built without OpenSSL
now makes curl_easy_setopt() properly return failure
This release includes the following known bugs: