X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/258b9e512c4001e806c5c0966acecd3d742ec6e9..f4dcab0504a68595d9e95c953ce66f46f9ad30aa:/methods/https.h?ds=sidebyside diff --git a/methods/https.h b/methods/https.h index 4d50c5a04..74b86a24f 100644 --- a/methods/https.h +++ b/methods/https.h @@ -11,8 +11,6 @@ #ifndef APT_HTTPS_H #define APT_HTTPS_H -#include - #include #include #include @@ -82,6 +80,7 @@ class HttpsMethod : public ServerMethod HttpsMethod() : ServerMethod("https","1.2",Pipeline | SendConfig) { + curl_global_init(CURL_GLOBAL_SSL); curl = curl_easy_init(); };