Re: [Openvpn-devel] [PATCH] init_key_ctx: key and iv arguments can (now) be const

2017-06-23 Thread Antonio Quartulli
On Mon, Jun 19, 2017 at 01:51:05PM +0200, Steffan Karger wrote: > In older OpenSSL, the key and iv arguments of EVP_CipherInit_ex() were not > const, which meant that our API could not be const either. Since we > dropped support for OpenSSL 0.9.8, we can now fix our internal API. > > Signed-off-b

[Openvpn-devel] test usage() ?

2017-06-23 Thread Илья Шипицин
Hello, following to https://github.com/OpenVPN/openvpn/commit/49629380a7bdba25c24c9d410b79946fe29249f0 I spent some days on trying to get cmocka to test usage(), I gave up :-) now, I think, we should just add "src/openvpn/openvpn --help" to .travis.yml the question is - can we rely on exit statu

Re: [Openvpn-devel] test usage() ?

2017-06-23 Thread David Sommerseth
On 23/06/17 11:59, Илья Шипицин wrote: > Hello, > > following to > https://github.com/OpenVPN/openvpn/commit/49629380a7bdba25c24c9d410b79946fe29249f0 > > I spent some days on trying to get cmocka to test usage(), I gave up :-) > now, I think, we should just add "src/openvpn/openvpn --help" to .tr