mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:37:33 +03:00
parent
d8a7aad061
commit
55e0526566
1 changed files with 2 additions and 2 deletions
|
|
@ -1251,7 +1251,7 @@ static int enginecheck(struct Curl_easy *data,
|
|||
UI_METHOD *ui_method =
|
||||
UI_create_method(OSSL_UI_METHOD_CAST("curl user interface"));
|
||||
if(!ui_method) {
|
||||
failf(data, "unable do create " OSSL_PACKAGE " user-interface method");
|
||||
failf(data, "unable to create " OSSL_PACKAGE " user-interface method");
|
||||
return 0;
|
||||
}
|
||||
UI_method_set_opener(ui_method, UI_method_get_opener(UI_OpenSSL()));
|
||||
|
|
@ -1313,7 +1313,7 @@ static int providercheck(struct Curl_easy *data,
|
|||
UI_METHOD *ui_method =
|
||||
UI_create_method(OSSL_UI_METHOD_CAST("curl user interface"));
|
||||
if(!ui_method) {
|
||||
failf(data, "unable do create " OSSL_PACKAGE " user-interface method");
|
||||
failf(data, "unable to create " OSSL_PACKAGE " user-interface method");
|
||||
return 0;
|
||||
}
|
||||
UI_method_set_opener(ui_method, UI_method_get_opener(UI_OpenSSL()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue