Remove OpenSSL support conditional compilation from performance tests

This commit is contained in:
yhirose
2026-01-03 01:32:34 -05:00
parent 4122e37baf
commit f3203a859a

View File

@@ -142,8 +142,6 @@ void performance_test(const char *host) {
<< "ms (Issue #1777). Timings: " << timings_str.str();
}
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
TEST(BenchmarkTest, localhost) { performance_test("localhost"); }
TEST(BenchmarkTest, v6) { performance_test("::1"); }