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:
Jay Satiro 2017-07-17 02:46:07 -04:00
parent 38faf041cf
commit 798ad5d924
1 changed files with 1 additions and 1 deletions

View File

@ -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 */