aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-21 15:15:32 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-21 15:15:32 +0000
commit3f37c43af50c88b70d34c386106eb93e0ca8e47e (patch)
tree1f4caa4b8a3f6fad7aa02d1c59d4ce7082b4c7f8
parentadc3d39aa39ea3e81bce88f3d77418ad32f5525c (diff)
downloadlibmicrohttpd-3f37c43af50c88b70d34c386106eb93e0ca8e47e.tar.gz
libmicrohttpd-3f37c43af50c88b70d34c386106eb93e0ca8e47e.zip
-fix
-rw-r--r--src/testcurl/https/test_tls_options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_tls_options.c b/src/testcurl/https/test_tls_options.c
index 41c8e20d..e7c85cea 100644
--- a/src/testcurl/https/test_tls_options.c
+++ b/src/testcurl/https/test_tls_options.c
@@ -82,7 +82,7 @@ int
82main (int argc, char *const *argv) 82main (int argc, char *const *argv)
83{ 83{
84 unsigned int errorCount = 0; 84 unsigned int errorCount = 0;
85 cosnt char *ssl_version; 85 const char *ssl_version;
86 86
87 int daemon_flags = 87 int daemon_flags =
88 MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL | MHD_USE_DEBUG; 88 MHD_USE_THREAD_PER_CONNECTION | MHD_USE_SSL | MHD_USE_DEBUG;