mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
examples
This commit is contained in:
parent
448874f680
commit
6ea0135213
9 changed files with 13 additions and 13 deletions
|
|
@ -93,8 +93,8 @@ static CURLcode sslctx_function(CURL *curl, void *sslctx, void *pointer)
|
|||
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\n"
|
||||
"-----END RSA PRIVATE KEY-----\n";
|
||||
|
||||
(void)curl; /* avoid warnings */
|
||||
(void)pointer; /* avoid warnings */
|
||||
(void)curl;
|
||||
(void)pointer;
|
||||
|
||||
/* get a BIO */
|
||||
bio = BIO_new_mem_buf((char *)mypem, -1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue