gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 151/208: darwinssl: fix pinnedpubkey build error


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 151/208: darwinssl: fix pinnedpubkey build error
Date: Wed, 09 Aug 2017 17:35:48 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit 798ad5d924a64cf68971fad04d357ed9b8b07f91
Author: Jay Satiro <address@hidden>
AuthorDate: Mon Jul 17 02:46:07 2017 -0400

    darwinssl: fix pinnedpubkey build error
    
    - s/SessionHandle/Curl_easy/
    
    Bug: https://github.com/curl/curl/commit/eb16305#commitcomment-23035670
    Reported-by: Gisle Vanem
---
 lib/vtls/darwinssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]