gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 54/205: polarssl: fixed compile errors introduced i


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 54/205: polarssl: fixed compile errors introduced in 6448f98c
Date: Thu, 20 Apr 2017 16:19:54 +0200

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

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

commit 7d62502d6c123d08411a0be8a9a38d90861833d8
Author: Dan Fandrich <address@hidden>
AuthorDate: Thu Mar 9 09:06:13 2017 +0100

    polarssl: fixed compile errors introduced in 6448f98c
---
 lib/vtls/polarssl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/vtls/polarssl.c b/lib/vtls/polarssl.c
index aa34bbc43..b2fea8a54 100644
--- a/lib/vtls/polarssl.c
+++ b/lib/vtls/polarssl.c
@@ -140,7 +140,7 @@ static void polarssl_debug(void *context, int level, const 
char *line)
 static Curl_recv polarssl_recv;
 static Curl_send polarssl_send;
 
-static CURLcode polarssl_version_from_curl(int *polarver, long version)
+static CURLcode polarssl_version_from_curl(int *polarver, long ssl_version)
 {
   switch(ssl_version) {
     case CURL_SSLVERSION_TLSv1_0:
@@ -159,7 +159,7 @@ static CURLcode polarssl_version_from_curl(int *polarver, 
long version)
 }
 
 static CURLcode
-set_ssl_version_min_max(struct connectdata *conn, int sockindex);
+set_ssl_version_min_max(struct connectdata *conn, int sockindex)
 {
   struct Curl_easy *data = conn->data;
   struct ssl_connect_data* connssl = &conn->ssl[sockindex];

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



reply via email to

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