Re: [Openvpn-devel] [PATCH 1/4] Fixes error: --key fails with EXTERNAL_PRIVATE_KEY: No such file or directory if --management-external-key is used

2012-08-06 Thread David Sommerseth
On 02/08/12 15:37, Arne Schwabe wrote: > Warn if both options are used at the same time. > > Signed-off-by: Arne Schwabe > --- > src/openvpn/options.c | 17 +++-- > 1 file changed, 15 insertions(+), 2 deletions(-) > > diff --git a/src/openvpn/options.c

Re: [Openvpn-devel] [PATCH 1/4] Fixes error: --key fails with EXTERNAL_PRIVATE_KEY: No such file or directory if --management-external-key is used

2012-08-02 Thread Gert Doering
Hi, On Thu, Aug 02, 2012 at 03:37:48PM +0200, Arne Schwabe wrote: > Warn if both options are used at the same time. > > Signed-off-by: Arne Schwabe ACK on v2 of 1/4. Same effect, less complications. gert -- USENET is *not* the non-clickable part of WWW!

[Openvpn-devel] [PATCH 1/4] Fixes error: --key fails with EXTERNAL_PRIVATE_KEY: No such file or directory if --management-external-key is used

2012-08-02 Thread Arne Schwabe
Warn if both options are used at the same time. Signed-off-by: Arne Schwabe --- src/openvpn/options.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 9f4ddbb..39dceb8 100644 ---

[Openvpn-devel] [PATCH 1/4] Fixes error: --key fails with EXTERNAL_PRIVATE_KEY: No such file or directory if --management-external-key is used

2012-08-01 Thread Arne Schwabe
Warn if both options are used at the same time. Signed-off-by: Arne Schwabe --- src/openvpn/options.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 9f4ddbb..03dc82f 100644 ---