libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 249dbe3d3363a1566c41fd83174e4c2ae4b19a11
parent 4f40eb8314d2a926dc947e00a6e9b2159ca63790
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 22 Nov 2017 21:20:33 +0300

https_tests: fixed typo in libcurl version number

Diffstat:
Msrc/testcurl/https/tls_test_common.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testcurl/https/tls_test_common.c b/src/testcurl/https/tls_test_common.c @@ -529,7 +529,7 @@ test_wrap (const char *test_name, int int testsuite_curl_global_init (void) { CURLcode res; -#if LIBCURL_VERSION_NUM >= 0x07380 +#if LIBCURL_VERSION_NUM >= 0x073800 if (CURLSSLSET_OK != curl_global_sslset(CURLSSLBACKEND_GNUTLS, NULL, NULL)) { if (CURLSSLSET_TOO_LATE == curl_global_sslset(CURLSSLBACKEND_OPENSSL, NULL, NULL))