X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/42ba3fa1ec004acbddf5266559bd76428d904206..8d1cb6da6e21302c654da3f09de3975af7e4a11f:/methods/https.cc diff --git a/methods/https.cc b/methods/https.cc index fc439bef8..35992ee96 100644 --- a/methods/https.cc +++ b/methods/https.cc @@ -13,7 +13,6 @@ #include #include -#include #include #include #include @@ -528,11 +527,6 @@ std::unique_ptr HttpsMethod::CreateServerState(URI const &uri)/*{{{ int main() { - setlocale(LC_ALL, ""); - - HttpsMethod Mth; - curl_global_init(CURL_GLOBAL_SSL) ; - - return Mth.Run(); + return HttpsMethod().Run(); }