You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
561 B
21 lines
561 B
--- dlls/winhttp/net.c.old 2010-04-04 18:11:01.266148279 +0300
|
|
+++ dlls/winhttp/net.c 2010-04-04 18:12:52.235163141 +0300
|
|
@@ -91,7 +91,7 @@
|
|
static void *libssl_handle;
|
|
static void *libcrypto_handle;
|
|
|
|
-static SSL_METHOD *method;
|
|
+static const SSL_METHOD *method;
|
|
static SSL_CTX *ctx;
|
|
static int hostname_idx;
|
|
static int error_idx;
|
|
@@ -113,7 +113,7 @@
|
|
static void *OpenSSL_ssl_handle;
|
|
static void *OpenSSL_crypto_handle;
|
|
|
|
-static SSL_METHOD *meth;
|
|
+const static SSL_METHOD *meth;
|
|
static SSL_CTX *ctx;
|
|
static int hostname_idx;
|
|
static int error_idx;
|