libmicrohttpd

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

commit c8b0bf5627c20f6681ec9207ad4b30d84ef825e9
parent 6e95c305e4f0a3b0c33d8d4db7db8058f998e089
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 12 Oct 2022 18:00:05 +0300

testcurl/https/Makefile.am: removed bad whitespace

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

diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am @@ -29,7 +29,7 @@ if HAVE_GNUTLS_SNI endif if HAVE_POSIX_THREADS - HTTPS_PARALLEL_TESTS = \ +HTTPS_PARALLEL_TESTS = \ test_https_get_parallel \ test_https_get_parallel_threads endif