Re: [Openvpn-devel] [PATCH 2/2] Add negotiated cipher to status file format 2 and 3

2017-11-12 Thread Gert van Dijk
Hi Arne, Thanks for reviewing this :) On 12-11-17 21:09, Arne Schwabe wrote: > Am 11.11.17 um 17:11 schrieb Gert van Dijk: >> With NCP turned off, this will still display the cipher used. >> >> Trac: #814 >> >> Signed-off-by: Gert van Dijk >> --- >> doc/openvpn.8 | 2 +- >> src/openvpn/m

Re: [Openvpn-devel] [PATCH 2/2] Add negotiated cipher to status file format 2 and 3

2017-11-12 Thread Arne Schwabe
Am 11.11.17 um 17:11 schrieb Gert van Dijk: > With NCP turned off, this will still display the cipher used. > > Trac: #814 > > Signed-off-by: Gert van Dijk > --- > doc/openvpn.8 | 2 +- > src/openvpn/multi.c | 11 +++ > 2 files changed, 8 insertions(+), 5 deletions(-) > > diff -

[Openvpn-devel] [PATCH 2/2] Add negotiated cipher to status file format 2 and 3

2017-11-11 Thread Gert van Dijk
With NCP turned off, this will still display the cipher used. Trac: #814 Signed-off-by: Gert van Dijk --- doc/openvpn.8 | 2 +- src/openvpn/multi.c | 11 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index 267497fd..00dbff6f 1006