mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Backing out constification of SSL_METHOD *meth.
This commit is contained in:
parent
6e3d978b8b
commit
36f52a8be0
@ -1,3 +1,8 @@
|
|||||||
|
2007-08-29 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* openssl.c (ssl_init): Re un-const-ified the meth local
|
||||||
|
variable, to match current versions of openssl.
|
||||||
|
|
||||||
2007-08-27 Gisle Vanem <giva@bgnett.no>
|
2007-08-27 Gisle Vanem <giva@bgnett.no>
|
||||||
|
|
||||||
* mswindows.c (run_with_timeout): Ensure that the correct
|
* mswindows.c (run_with_timeout): Ensure that the correct
|
||||||
|
@ -158,7 +158,7 @@ key_type_to_ssl_type (enum keyfile_type type)
|
|||||||
bool
|
bool
|
||||||
ssl_init ()
|
ssl_init ()
|
||||||
{
|
{
|
||||||
const SSL_METHOD *meth;
|
SSL_METHOD *meth;
|
||||||
|
|
||||||
if (ssl_ctx)
|
if (ssl_ctx)
|
||||||
/* The SSL has already been initialized. */
|
/* The SSL has already been initialized. */
|
||||||
|
Loading…
Reference in New Issue
Block a user