Re: [Openvpn-devel] [PATCH v2 1/7] Remove ENABLE_CRYPTO

2017-12-03 Thread Antonio Quartulli
Hi, On 03/12/17 22:12, Steffan Karger wrote: > Hi, > > Thanks for v2. Some things went wrong with the s/CRYPTO_/ENABLE_CRYPTO/ > though: > > On 03-12-17 13:49, Antonio Quartulli wrote: >> The crypto engine cannot be disabled anymore, therefore get >> rid of all the related ifdefs in the code. >

Re: [Openvpn-devel] [PATCH v2 1/7] Remove ENABLE_CRYPTO

2017-12-03 Thread Steffan Karger
Hi, Thanks for v2. Some things went wrong with the s/CRYPTO_/ENABLE_CRYPTO/ though: On 03-12-17 13:49, 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 >