Re: [Openvpn-devel] [PATCH 3/5] Add client-side support for cipher negotiation

2016-06-08 Thread Steffan Karger
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

Re: [Openvpn-devel] [PATCH 3/5] Add client-side support for cipher negotiation

2016-06-08 Thread Arne Schwabe
> +#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