]> granicus.if.org Git - curl/commitdiff
spell it out loudly and clearly that CURLOPT_SSL_CTX_FUNCTION is only
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Mar 2008 19:17:26 +0000 (19:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Mar 2008 19:17:26 +0000 (19:17 +0000)
functional if libcurl is built against OpenSSL

docs/libcurl/curl_easy_setopt.3

index eb800e393b17ca52e86fe0d202ccde343a086314..bcea2466a163a42aa1cb4ad84d25b2609bc144b6 100644 (file)
@@ -310,6 +310,9 @@ Pass a pointer to whatever you want passed in to your
 \fICURLOPT_DEBUGFUNCTION\fP in the last void * argument. This pointer is not
 used by libcurl, it is only passed to the callback.
 .IP CURLOPT_SSL_CTX_FUNCTION
+This option does only function for libcurl powered by OpenSSL. If libcurl was
+built against another SSL library, this functionality is absent.
+
 Function pointer that should match the following prototype: \fBCURLcode
 sslctxfun(CURL *curl, void *sslctx, void *parm);\fP This function gets called
 by libcurl just before the initialization of an SSL connection after having