Re: [Openvpn-devel] [PATCH v3] Remove ENABLE_CRYPTO

2017-12-04 Thread Steffan Karger
Hi, On 04-12-17 02:01, Antonio Quartulli wrote: > The crypto engine cannot be disabled anymore, therefore get > rid of all the related ifdefs in the code. > > This change makes the code simpler and reduces our the > number of config combinations we have to test after a new > change is applied. >

[Openvpn-devel] [PATCH v3] Remove ENABLE_CRYPTO

2017-12-03 Thread Antonio Quartulli
The crypto engine cannot be disabled anymore, therefore get rid of all the related ifdefs in the code. This change makes the code simpler and reduces our the number of config combinations we have to test after a new change is applied. Signed-off-by: Antonio Quartulli --- v3: - revert accidental