mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:57:28 +03:00
parent
bfe54b0e88
commit
1087937992
12 changed files with 12 additions and 12 deletions
|
|
@ -94,7 +94,7 @@ int main(void)
|
|||
if(curl_easy_setopt(curl, CURLOPT_SSLENGINE_DEFAULT, 1L) != CURLE_OK) {
|
||||
/* set the crypto engine as default */
|
||||
/* only needed for the first time you load
|
||||
a engine in a curl object... */
|
||||
an engine in a curl object... */
|
||||
fprintf(stderr, "cannot set crypto engine as default\n");
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue