summaryrefslogtreecommitdiff
path: root/libs/libcurl/src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2021-07-29 04:00:16 +0300
committerdartraiden <wowemuh@gmail.com>2021-07-29 04:00:29 +0300
commit17a66929350b6e6ef1c72811382b5a49835d7f4d (patch)
tree3b11b50dacf5feadf0be5de3c4caa9af3882b4e1 /libs/libcurl/src
parentfe19d22eaddb5383337114ab7a611d781de24b59 (diff)
libcurl: pick up Miranda-specific commits
Diffstat (limited to 'libs/libcurl/src')
-rw-r--r--libs/libcurl/src/config-win32.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/libcurl/src/config-win32.h b/libs/libcurl/src/config-win32.h
index 244e5ae723..2021fab815 100644
--- a/libs/libcurl/src/config-win32.h
+++ b/libs/libcurl/src/config-win32.h
@@ -231,6 +231,10 @@
/* Define if you have the socket function. */
#define HAVE_SOCKET 1
+/* Define if libSSH2 is in use */
+#define USE_LIBSSH2 1
+#define HAVE_LIBSSH2_H 1
+
/* Define if you have the strcasecmp function. */
#ifdef __MINGW32__
#define HAVE_STRCASECMP 1
@@ -673,6 +677,9 @@ Vista
# define CURL_DISABLE_LDAP 1
#endif
+/* if SSL is enabled */
+#define USE_OPENSSL 1
+
/* Define to use the Windows crypto library. */
#if !defined(CURL_WINDOWS_APP)
#define USE_WIN32_CRYPTO