Re: [Openvpn-devel] [PATCH] Fix assertion error when using --cipher none

2014-11-08 Thread Arne Schwabe
On 08.11.2014 11:15, Steffan Karger wrote: > On 06-11-14 23:26, Steffan Karger wrote: >> Some commits ago, the cipher mode checks were cleaned up to >> remove code duplication (and fix the issue in #471), but broke >> '--cipher none' (reported in #473). This commit fixes that. > Attached a v2 of th

Re: [Openvpn-devel] [PATCH] Fix assertion error when using --cipher none

2014-11-08 Thread Steffan Karger
On 06-11-14 23:26, Steffan Karger wrote: > Some commits ago, the cipher mode checks were cleaned up to > remove code duplication (and fix the issue in #471), but broke > '--cipher none' (reported in #473). This commit fixes that. Attached a v2 of this patch that removes the (inconsistent) renamin