Re: [Openvpn-devel] [PATCH v2 2/7] Remove option to disable crypto engine

2017-12-03 Thread Steffan Karger
Hi, On 03-12-17 13:49, Antonio Quartulli wrote: > With this patch we remove the possibility to disable the crypto engine > (ENABLE_CRYPTO define) at configuration time. > > [--disable-crypto has been removed from .travis.yml too] > > Signed-off-by: Antonio Quartulli > --- > > v2: > - .travis.y

[Openvpn-devel] [PATCH v2 2/7] Remove option to disable crypto engine

2017-12-03 Thread Antonio Quartulli
With this patch we remove the possibility to disable the crypto engine (ENABLE_CRYPTO define) at configuration time. [--disable-crypto has been removed from .travis.yml too] Signed-off-by: Antonio Quartulli --- v2: - .travis.yml: move "make distcheck" to other entry in the matrix - move to seco