mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:53:46 +03:00
parent
7a1e99eefa
commit
0476e4fc65
149 changed files with 1381 additions and 1376 deletions
|
|
@ -83,7 +83,7 @@ static CURLcode sslctx_function(CURL *curl, void *sslctx, void *pointer)
|
|||
BIO *cbio = BIO_new_mem_buf(mypem, sizeof(mypem));
|
||||
X509_STORE *cts = SSL_CTX_get_cert_store((SSL_CTX *)sslctx);
|
||||
ossl_valsize_t i;
|
||||
STACK_OF(X509_INFO) *inf;
|
||||
STACK_OF(X509_INFO) * inf;
|
||||
|
||||
(void)curl;
|
||||
(void)pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue