curl-library
Re: giva: curl/lib ssluse.c,1.136,1.137
From: Yang Tse <yangsita_at_gmail.com>
Date: Mon, 5 Dec 2005 15:50:32 +0100
Received on 2005-12-05
Date: Mon, 5 Dec 2005 15:50:32 +0100
Daniel,
As Gisle has noticed, Openssl 0.9.9 makes 'const' the SSL_METHOD
parameter in SSL_CTX_new and others, and also makes functions
SSLv23_client_method, TLSv1_client_method, etc return a 'const'
SSL_METHOD pointer. Previous versions do not use the 'const'
qualifier.
Attached patch is one posible way of handling it.
Regards,
Yang
- text/plain attachment: const_SSL_METHOD.patch