[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: [PATCH] wininet: TLS fallback mechanism (take2)
From:       Alexandre Julliard <julliard () winehq ! org>
Date:       2012-10-29 22:11:25
Message-ID: 87ehkhc4j6.fsf () wine ! dyndns ! org
[Download RAW message or body]

Hiroshi Miura <miurahr@linux.com> writes:

> +#ifdef SONAME_LIBSSL
> +    /* can't connect if we are already connected */
> +    if (connection->ssl_s)
> +    {
> +        ERR("already connected\n");
> +        return ERROR_INTERNET_CANNOT_CONNECT;
> +    }
> +
> +    /* connect with given TLS options */
> +    res = netcon_secure_connect_setup(connection, get_tls_option());
> +    if (res == ERROR_SUCCESS)
> +        return res;

You missed some #ifdefs, this won't compile.

-- 
Alexandre Julliard
julliard@winehq.org



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic