gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19339 - libmicrohttpd/src/testcurl/https


From: gnunet
Subject: [GNUnet-SVN] r19339 - libmicrohttpd/src/testcurl/https
Date: Tue, 24 Jan 2012 09:40:32 +0100

Author: wachs
Date: 2012-01-24 09:40:32 +0100 (Tue, 24 Jan 2012)
New Revision: 19339

Modified:
   libmicrohttpd/src/testcurl/https/tls_multi_thread_mode_test.c
   libmicrohttpd/src/testcurl/https/tls_test_common.h
   libmicrohttpd/src/testcurl/https/tls_thread_mode_test.c
Log:
did not compile with CFLAGS = -Wall -Werror


Modified: libmicrohttpd/src/testcurl/https/tls_multi_thread_mode_test.c
===================================================================
--- libmicrohttpd/src/testcurl/https/tls_multi_thread_mode_test.c       
2012-01-24 03:14:22 UTC (rev 19338)
+++ libmicrohttpd/src/testcurl/https/tls_multi_thread_mode_test.c       
2012-01-24 08:40:32 UTC (rev 19339)
@@ -67,7 +67,7 @@
  * TODO : make client_count a parameter - numver of curl client threads to 
spawn
  */
 static int
-test_single_client (void *cls, char *cipher_suite,
+test_single_client (void *cls, const char *cipher_suite,
                     int curl_proto_version)
 {
   void *client_thread_ret;
@@ -89,7 +89,7 @@
  * TODO : make client_count a parameter - numver of curl client threads to 
spawn
  */
 static int
-test_parallel_clients (void *cls, char *cipher_suite,
+test_parallel_clients (void *cls, const char *cipher_suite,
                        int curl_proto_version)
 {
   int i;

Modified: libmicrohttpd/src/testcurl/https/tls_test_common.h
===================================================================
--- libmicrohttpd/src/testcurl/https/tls_test_common.h  2012-01-24 03:14:22 UTC 
(rev 19338)
+++ libmicrohttpd/src/testcurl/https/tls_test_common.h  2012-01-24 08:40:32 UTC 
(rev 19339)
@@ -51,7 +51,7 @@
 struct https_test_data
 {
   void *cls;
-  char *cipher_suite;
+  const char *cipher_suite;
   int proto_version;
 };
 

Modified: libmicrohttpd/src/testcurl/https/tls_thread_mode_test.c
===================================================================
--- libmicrohttpd/src/testcurl/https/tls_thread_mode_test.c     2012-01-24 
03:14:22 UTC (rev 19338)
+++ libmicrohttpd/src/testcurl/https/tls_thread_mode_test.c     2012-01-24 
08:40:32 UTC (rev 19339)
@@ -68,7 +68,7 @@
  * TODO : make client_count a parameter - numver of curl client threads to 
spawn
  */
 static int
-test_single_client (void *cls, char *cipher_suite,
+test_single_client (void *cls, const char *cipher_suite,
                     int curl_proto_version)
 {
   void *client_thread_ret;
@@ -89,7 +89,7 @@
  * TODO : make client_count a parameter - numver of curl client threads to 
spawn
  */
 static int
-test_parallel_clients (void * cls, char *cipher_suite,
+test_parallel_clients (void * cls, const char *cipher_suite,
                        int curl_proto_version)
 {
   int i;




reply via email to

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