This commit is contained in:
Viktor Szakats 2025-09-02 13:35:55 +02:00
parent 448874f680
commit 6ea0135213
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
9 changed files with 13 additions and 13 deletions

View file

@ -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);