summaryrefslogtreecommitdiff
path: root/misc/esniper/files/patch-http.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/esniper/files/patch-http.c')
-rw-r--r--misc/esniper/files/patch-http.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/misc/esniper/files/patch-http.c b/misc/esniper/files/patch-http.c
deleted file mode 100644
index 26901caef284..000000000000
--- a/misc/esniper/files/patch-http.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- http.c.orig 2016-10-30 21:16:41 UTC
-+++ http.c
-@@ -52,7 +52,7 @@ static size_t WriteMemoryCallback(void *
- static int initCurlStuffFailed(void);
-
- #ifdef NEED_CURL_EASY_STRERROR
--static const char *curl_easy_strerror(CURLcode error);
-+const char *curl_easy_strerror(CURLcode error);
- #endif
-
- /* Set auction error with full libcurl details */
-@@ -535,7 +535,7 @@ static const char *curlErrorTable[] = {
- "Requested FTP SSL level failed", /* CURLE_FTP_SSL_FAILED */
- };
-
--static const char *
-+const char *
- curl_easy_strerror(CURLcode error)
- {
- if (error < 0 || error >= CURL_LAST ||