diff options
| -rw-r--r-- | vendor/curl/c/curl.h (renamed from vendor/curl/lib/curl.h) | 0 | ||||
| -rw-r--r-- | vendor/curl/c/curlver.h (renamed from vendor/curl/lib/curlver.h) | 0 | ||||
| -rw-r--r-- | vendor/curl/c/easy.h (renamed from vendor/curl/lib/easy.h) | 0 | ||||
| -rw-r--r-- | vendor/curl/c/header.h (renamed from vendor/curl/lib/header.h) | 0 | ||||
| -rw-r--r-- | vendor/curl/c/libcurl_a.lib | bin | 0 -> 3106350 bytes | |||
| -rw-r--r-- | vendor/curl/c/mprintf.h (renamed from vendor/curl/lib/mprintf.h) | 0 | ||||
| -rw-r--r-- | vendor/curl/c/multi.h (renamed from vendor/curl/lib/multi.h) | 0 | ||||
| -rw-r--r-- | vendor/curl/c/options.h (renamed from vendor/curl/lib/options.h) | 0 | ||||
| -rw-r--r-- | vendor/curl/c/stdcheaders.h (renamed from vendor/curl/lib/stdcheaders.h) | 0 | ||||
| -rw-r--r-- | vendor/curl/c/system.h (renamed from vendor/curl/lib/system.h) | 0 | ||||
| -rw-r--r-- | vendor/curl/c/typecheck-gcc.h (renamed from vendor/curl/lib/typecheck-gcc.h) | 0 | ||||
| -rw-r--r-- | vendor/curl/c/urlapi.h (renamed from vendor/curl/lib/urlapi.h) | 0 | ||||
| -rw-r--r-- | vendor/curl/c/websockets.h (renamed from vendor/curl/lib/websockets.h) | 0 | ||||
| -rw-r--r-- | vendor/curl/curl.odin | 4 |
14 files changed, 0 insertions, 4 deletions
diff --git a/vendor/curl/lib/curl.h b/vendor/curl/c/curl.h index 7ef5b9934..7ef5b9934 100644 --- a/vendor/curl/lib/curl.h +++ b/vendor/curl/c/curl.h diff --git a/vendor/curl/lib/curlver.h b/vendor/curl/c/curlver.h index 31b01b997..31b01b997 100644 --- a/vendor/curl/lib/curlver.h +++ b/vendor/curl/c/curlver.h diff --git a/vendor/curl/lib/easy.h b/vendor/curl/c/easy.h index 56f8060e0..56f8060e0 100644 --- a/vendor/curl/lib/easy.h +++ b/vendor/curl/c/easy.h diff --git a/vendor/curl/lib/header.h b/vendor/curl/c/header.h index 8df11e1e4..8df11e1e4 100644 --- a/vendor/curl/lib/header.h +++ b/vendor/curl/c/header.h diff --git a/vendor/curl/c/libcurl_a.lib b/vendor/curl/c/libcurl_a.lib Binary files differnew file mode 100644 index 000000000..d4812c94c --- /dev/null +++ b/vendor/curl/c/libcurl_a.lib diff --git a/vendor/curl/lib/mprintf.h b/vendor/curl/c/mprintf.h index 88059c851..88059c851 100644 --- a/vendor/curl/lib/mprintf.h +++ b/vendor/curl/c/mprintf.h diff --git a/vendor/curl/lib/multi.h b/vendor/curl/c/multi.h index 42469bb56..42469bb56 100644 --- a/vendor/curl/lib/multi.h +++ b/vendor/curl/c/multi.h diff --git a/vendor/curl/lib/options.h b/vendor/curl/c/options.h index 1ed76a95c..1ed76a95c 100644 --- a/vendor/curl/lib/options.h +++ b/vendor/curl/c/options.h diff --git a/vendor/curl/lib/stdcheaders.h b/vendor/curl/c/stdcheaders.h index 7451aa305..7451aa305 100644 --- a/vendor/curl/lib/stdcheaders.h +++ b/vendor/curl/c/stdcheaders.h diff --git a/vendor/curl/lib/system.h b/vendor/curl/c/system.h index ebcdc5e4f..ebcdc5e4f 100644 --- a/vendor/curl/lib/system.h +++ b/vendor/curl/c/system.h diff --git a/vendor/curl/lib/typecheck-gcc.h b/vendor/curl/c/typecheck-gcc.h index ca0c0ef9d..ca0c0ef9d 100644 --- a/vendor/curl/lib/typecheck-gcc.h +++ b/vendor/curl/c/typecheck-gcc.h diff --git a/vendor/curl/lib/urlapi.h b/vendor/curl/c/urlapi.h index b4a6e5d56..b4a6e5d56 100644 --- a/vendor/curl/lib/urlapi.h +++ b/vendor/curl/c/urlapi.h diff --git a/vendor/curl/lib/websockets.h b/vendor/curl/c/websockets.h index afb86b4eb..afb86b4eb 100644 --- a/vendor/curl/lib/websockets.h +++ b/vendor/curl/c/websockets.h diff --git a/vendor/curl/curl.odin b/vendor/curl/curl.odin index 7a619b3ad..88baedd89 100644 --- a/vendor/curl/curl.odin +++ b/vendor/curl/curl.odin @@ -92,10 +92,6 @@ sslbackend :: enum c.int { AWSLC = OPENSSL, BORINGSSL = OPENSSL, LIBRESSL = OPENSSL, - - /* deprecated names: */ - CYASSL = WOLFSSL, - DARWINSSL = SECURETRANSPORT, } /* bits for the CURLOPT_FOLLOWLOCATION option */ |