Re: [Openvpn-devel] [PATCH 1/2] Add openssl-specific common cipher list names to ssl.c.

2014-03-23 Thread Arne Schwabe
On 01.03.2014 15:36, Steffan Karger wrote: This adds a number of commonly used cipher list names to ssl.c, which makes OpenVPN not give a "translation not found" warning when using these. ACK. Arne

[Openvpn-devel] [PATCH 1/2] Add openssl-specific common cipher list names to ssl.c.

2014-03-01 Thread Steffan Karger
This adds a number of commonly used cipher list names to ssl.c, which makes OpenVPN not give a "translation not found" warning when using these. Signed-off-by: Steffan Karger --- src/openvpn/ssl.c | 13 + 1 file changed, 13 insertions(+) diff --git a/src/openvpn/ssl.c b/src/openvpn/