Commit 798ad5d9 authored by Jay Satiro's avatar Jay Satiro
Browse files

darwinssl: fix pinnedpubkey build error

- s/SessionHandle/Curl_easy/

Bug: https://github.com/curl/curl/commit/eb16305#commitcomment-23035670
Reported-by: Gisle Vanem
parent 38faf041
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 */