mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
docs/examples: demonstrate how to select SSL backends
The newly-introduced curl_global_sslset() function deserves to be show-cased. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
parent
0fb4125554
commit
a34e141c09
4 changed files with 80 additions and 1 deletions
|
|
@ -222,6 +222,9 @@ subdirectory run following command from mentioned subdirectory:
|
|||
In order to build sample program simplessl.c an SSL enabled libcurl is
|
||||
required, as well as the OpenSSL libeay32.lib and ssleay32.lib libraries.
|
||||
|
||||
In order to build sample program `sslbackend.c`, an SSL enabled libcurl
|
||||
is required.
|
||||
|
||||
## Disabling Specific Protocols in Windows builds
|
||||
|
||||
The configure utility, unfortunately, is not available for the Windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue