* tests/libtest.c (wget_test_start_server): Fix warning 'break will never be executed'

This commit is contained in:
Tim Rühsen
2020-12-25 19:02:41 +01:00
parent 3a9401a62a
commit e584b0052b

View File

@ -1329,8 +1329,8 @@ void wget_test_start_server(int first_key, ...)
start_h2 = 0;
#endif
start_ocsp = 1;
#endif
break;
#endif
case WGET_TEST_FEATURE_OCSP_STAPLING:
#if !defined WITH_OCSP || MHD_VERSION < 0x00096502 || GNUTLS_VERSION_NUMBER < 0x030603
wget_error_printf("MHD or GnuTLS version insufficient. Skipping\n");