mirror of
https://github.com/curl/curl.git
synced 2026-07-23 23:47:15 +03:00
darwinssl: fix pinnedpubkey build error
- s/SessionHandle/Curl_easy/
Bug: eb16305 (commitcomment-23035670)
Reported-by: Gisle Vanem
This commit is contained in:
parent
38faf041cf
commit
798ad5d924
1 changed files with 1 additions and 1 deletions
|
|
@ -2027,7 +2027,7 @@ static int verify_cert(const char *cafile, struct Curl_easy *data,
|
|||
}
|
||||
|
||||
#ifdef DARWIN_SSL_PINNEDPUBKEY
|
||||
static CURLcode pkp_pin_peer_pubkey(struct SessionHandle *data,
|
||||
static CURLcode pkp_pin_peer_pubkey(struct Curl_easy *data,
|
||||
SSLContextRef ctx,
|
||||
const char *pinnedpubkey)
|
||||
{ /* Scratch */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue