* tests/libtest.c (wget_test_start_server): Fix unused variable warning

This commit is contained in:
Tim Rühsen
2020-12-25 19:00:42 +01:00
parent 580af86909
commit 3a9401a62a

View File

@ -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