mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@104973 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
361 B
C
12 lines
361 B
C
--- common.c.orig 2011-11-11 05:20:22.000000000 +0100
|
|
+++ common.c 2010-10-14 08:44:43.000000000 +0200
|
|
@@ -333,7 +333,7 @@
|
|
|
|
SSL_load_error_strings();
|
|
|
|
- conn->ssl_meth = SSLv23_client_method();
|
|
+ conn->ssl_meth = (SSL_METHOD *) SSLv23_client_method();
|
|
conn->ssl_ctx = SSL_CTX_new(conn->ssl_meth);
|
|
SSL_CTX_set_mode(conn->ssl_ctx, SSL_MODE_AUTO_RETRY);
|
|
|