diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-21 15:15:32 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-21 15:15:32 +0000 |
commit | 3f37c43af50c88b70d34c386106eb93e0ca8e47e (patch) | |
tree | 1f4caa4b8a3f6fad7aa02d1c59d4ce7082b4c7f8 | |
parent | adc3d39aa39ea3e81bce88f3d77418ad32f5525c (diff) | |
download | libmicrohttpd-3f37c43af50c88b70d34c386106eb93e0ca8e47e.tar.gz libmicrohttpd-3f37c43af50c88b70d34c386106eb93e0ca8e47e.zip |
-fix
-rw-r--r-- | src/testcurl/https/test_tls_options.c | 2 |
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 | |||
82 | main (int argc, char *const *argv) | 82 | main (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; |