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
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
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