aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mstflint/files/extrat-patch-mlxfwupdate_server_request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mstflint/files/extrat-patch-mlxfwupdate_server_request.cpp')
-rw-r--r--sysutils/mstflint/files/extrat-patch-mlxfwupdate_server_request.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/sysutils/mstflint/files/extrat-patch-mlxfwupdate_server_request.cpp b/sysutils/mstflint/files/extrat-patch-mlxfwupdate_server_request.cpp
deleted file mode 100644
index 6d8fda101e5a..000000000000
--- a/sysutils/mstflint/files/extrat-patch-mlxfwupdate_server_request.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
---- mlxfwupdate/server_request.cpp.orig 2022-12-16 18:34:53.974210000 +0100
-+++ mlxfwupdate/server_request.cpp 2022-12-16 18:36:46.969103000 +0100
-@@ -43,9 +43,7 @@
- #include <string>
-
- using namespace std;
--#ifndef USE_CURL
--#define USE_CURL
--#endif
-+#undef USE_CURL
-
- extern int abort_request;
-
-@@ -65,7 +63,9 @@
- _show_progress = show_progress;
- _ceritifcate = certificate;
- _numberOfRetrials = numberOfRetrials;
-+#ifdef USE_CURL
- _headers = NULL;
-+#endif
- if (proxy != NULL)
- {
- if (proxy[0] != 0)