test758: ensure that openssl backend is used

This commit is contained in:
Stefan Eissing 2025-08-14 14:55:42 +02:00
parent 5aee08e403
commit 75402238de
No known key found for this signature in database

View file

@ -354,6 +354,12 @@ static CURLcode t758_one(const char *URL, int timer_fail_at,
if(res != CURLE_OK)
return res;
if(curl_global_sslset(CURLSSLBACKEND_OPENSSL, NULL, NULL) != CURLSSLSET_OK) {
t758_msg("could not set OpenSSL as backend");
res = CURLE_FAILED_INIT;
return res;
}
easy_init(curl);
debug_config.nohex = TRUE;
debug_config.tracetime = TRUE;