mirror of
https://github.com/curl/curl.git
synced 2026-08-02 12:50:29 +03:00
test758: ensure that openssl backend is used
This commit is contained in:
parent
5aee08e403
commit
75402238de
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue