Re: [Openvpn-devel] [PATCH 5/7] Remove CIPHER_ENABLED

2017-12-04 Thread Antonio Quartulli
Hi, On 05/12/17 02:45, Gert Doering wrote: > Hi, > > On Sun, Dec 03, 2017 at 03:17:51PM +0100, Steffan Karger wrote: >> On 02-12-17 14:45, Antonio Quartulli wrote: >>> Now that ENABLE_CRYPTO has been removed, CIPHER_ENABLED is basically >>> a useless shortcut which does not really help the readab

Re: [Openvpn-devel] [PATCH 5/7] Remove CIPHER_ENABLED

2017-12-04 Thread Gert Doering
Hi, On Sun, Dec 03, 2017 at 03:17:51PM +0100, Steffan Karger wrote: > On 02-12-17 14:45, Antonio Quartulli wrote: > > Now that ENABLE_CRYPTO has been removed, CIPHER_ENABLED is basically > > a useless shortcut which does not really help the readability of the > > code. Call me silly, but CIPHER_E

Re: [Openvpn-devel] [PATCH 5/7] Remove CIPHER_ENABLED

2017-12-03 Thread Steffan Karger
On 02-12-17 14:45, Antonio Quartulli wrote: > Now that ENABLE_CRYPTO has been removed, CIPHER_ENABLED is basically > a useless shortcut which does not really help the readability of the > code. > > Remove it and use its expanded expression instead. > > Signed-off-by: Antonio Quartulli > --- >