diff --git a/vendor/curl/lib/curl.h b/vendor/curl/c/curl.h similarity index 100% rename from vendor/curl/lib/curl.h rename to vendor/curl/c/curl.h diff --git a/vendor/curl/lib/curlver.h b/vendor/curl/c/curlver.h similarity index 100% rename from vendor/curl/lib/curlver.h rename to vendor/curl/c/curlver.h diff --git a/vendor/curl/lib/easy.h b/vendor/curl/c/easy.h similarity index 100% rename from vendor/curl/lib/easy.h rename to vendor/curl/c/easy.h diff --git a/vendor/curl/lib/header.h b/vendor/curl/c/header.h similarity index 100% rename from vendor/curl/lib/header.h rename to vendor/curl/c/header.h diff --git a/vendor/curl/c/libcurl_a.lib b/vendor/curl/c/libcurl_a.lib new file mode 100644 index 000000000..d4812c94c Binary files /dev/null and b/vendor/curl/c/libcurl_a.lib differ diff --git a/vendor/curl/lib/mprintf.h b/vendor/curl/c/mprintf.h similarity index 100% rename from vendor/curl/lib/mprintf.h rename to vendor/curl/c/mprintf.h diff --git a/vendor/curl/lib/multi.h b/vendor/curl/c/multi.h similarity index 100% rename from vendor/curl/lib/multi.h rename to vendor/curl/c/multi.h diff --git a/vendor/curl/lib/options.h b/vendor/curl/c/options.h similarity index 100% rename from vendor/curl/lib/options.h rename to vendor/curl/c/options.h diff --git a/vendor/curl/lib/stdcheaders.h b/vendor/curl/c/stdcheaders.h similarity index 100% rename from vendor/curl/lib/stdcheaders.h rename to vendor/curl/c/stdcheaders.h diff --git a/vendor/curl/lib/system.h b/vendor/curl/c/system.h similarity index 100% rename from vendor/curl/lib/system.h rename to vendor/curl/c/system.h diff --git a/vendor/curl/lib/typecheck-gcc.h b/vendor/curl/c/typecheck-gcc.h similarity index 100% rename from vendor/curl/lib/typecheck-gcc.h rename to vendor/curl/c/typecheck-gcc.h diff --git a/vendor/curl/lib/urlapi.h b/vendor/curl/c/urlapi.h similarity index 100% rename from vendor/curl/lib/urlapi.h rename to vendor/curl/c/urlapi.h diff --git a/vendor/curl/lib/websockets.h b/vendor/curl/c/websockets.h similarity index 100% rename from vendor/curl/lib/websockets.h rename to 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 */