mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
darwinssl: fix pinnedpubkey build error
- s/SessionHandle/Curl_easy/ Bug: https://github.com/curl/curl/commit/eb16305#commitcomment-23035670 Reported-by: Gisle Vanem
This commit is contained in:
parent
38faf041cf
commit
798ad5d924
@ -2027,7 +2027,7 @@ static int verify_cert(const char *cafile, struct Curl_easy *data,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DARWIN_SSL_PINNEDPUBKEY
|
#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,
|
SSLContextRef ctx,
|
||||||
const char *pinnedpubkey)
|
const char *pinnedpubkey)
|
||||||
{ /* Scratch */
|
{ /* Scratch */
|
||||||
|
Loading…
Reference in New Issue
Block a user