Re: [Openvpn-devel] [PATCH v3] show the right string for key-direction

2018-02-08 Thread Steffan Karger
Hi, On 31-01-18 10:53, Arne Schwabe wrote: > V2: print also a nice string if direction is not set > V3: really include V2 changes > --- > src/openvpn/crypto.c | 11 +-- > src/openvpn/crypto.h | 2 +- > src/openvpn/options.c | 4 ++-- > 3 files changed, 12 insertions(+), 5 deletions(-)

[Openvpn-devel] [PATCH v3] show the right string for key-direction

2018-01-31 Thread Arne Schwabe
V2: print also a nice string if direction is not set V3: really include V2 changes --- src/openvpn/crypto.c | 11 +-- src/openvpn/crypto.h | 2 +- src/openvpn/options.c | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/openvpn/crypto.c b/src/openvpn/crypto.c