On Wed, Jun 8, 2016 at 4:23 PM, Arne Schwabe wrote:
>
>> +#ifdef ENABLE_CRYPTO
>> + if (c->options.pull)
>> +{
>> + /* If we use --pull, we don't know the crypto overhead yet. */
>> + msg (M_WARN, "*** Account for max crypto overhead ***");
>
> That message will surely confuse users
> +#ifdef ENABLE_CRYPTO
> + if (c->options.pull)
> +{
> + /* If we use --pull, we don't know the crypto overhead yet. */
> + msg (M_WARN, "*** Account for max crypto overhead ***");
That message will surely confuse users.
Arne