mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2025-07-24 10:01:36 +00:00
* tests/libtest.c (wget_test_start_server): Fix unused variable warning
This commit is contained in:
@ -1216,9 +1216,9 @@ void wget_test_start_server(int first_key, ...)
|
||||
va_list args;
|
||||
bool start_http = 1;
|
||||
#ifdef WITH_TLS
|
||||
bool ocsp_stap = 0;
|
||||
bool start_https = 1;
|
||||
#ifdef WITH_OCSP
|
||||
bool ocsp_stap = 0;
|
||||
bool start_ocsp = 0;
|
||||
#endif
|
||||
#ifdef HAVE_MICROHTTPD_HTTP2_H
|
||||
|
Reference in New Issue
Block a user