diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2017-07-17 02:46:07 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2017-07-17 02:46:07 -0400 |
commit | 798ad5d924a64cf68971fad04d357ed9b8b07f91 (patch) | |
tree | e986c37c11b9d729bf9a25f3c6ea39c89ac8fdde /lib | |
parent | 38faf041cf3b943b105ec469915dc03c58b272f1 (diff) |
darwinssl: fix pinnedpubkey build error
- s/SessionHandle/Curl_easy/
Bug: https://github.com/curl/curl/commit/eb16305#commitcomment-23035670
Reported-by: Gisle Vanem
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vtls/darwinssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/darwinssl.c b/lib/vtls/darwinssl.c index 041766541..dd1fc570a 100644 --- a/lib/vtls/darwinssl.c +++ b/lib/vtls/darwinssl.c @@ -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 */ |