[Openvpn-devel] [PATCH] reintroduce md5_digest wrapper struct to fix gcc warnings

2015-07-26 Thread Steffan Karger
I was wrong to assume that adding the const qualifier to the pointer-to- fixed-size-array contruction used in options_hash_changed_or_zero() was allowed. GCC actually warns about this, but I was using clang and clang seems to be fine with the contruction. To make GCC happy too, reintroduce the md

Re: [Openvpn-devel] [PATCH] reintroduce md5_digest wrapper struct to fix gcc warnings

2015-07-26 Thread Steffan Karger
On Sun, Jul 26, 2015 at 4:41 PM, David Sommerseth wrote: > On 26/07/15 13:27, Steffan Karger wrote: >> I was wrong to assume that adding the const qualifier to the pointer-to- >> fixed-size-array contruction used in options_hash_changed_or_zero() was >> allowed. GCC actually warns about this, but

Re: [Openvpn-devel] Does Openvpn really support cryptodev hardware accelerators

2015-07-26 Thread Jan Just Keijser
Hi, On 25/07/15 03:06, li yuqian wrote: Hi JJK, thanks for your reply. >>what kind of hardware cryptodev accelerator is on the Intel board? We don't have extra accelerator used in INTEL board, just enable cryptodev in kernel and installed cryptodev-linux-1.7.tar.gz , then i can got improved

Re: [Openvpn-devel] Docs or Bug: --push options no longer require double quotes

2015-07-26 Thread Jan Just Keijser
Hi Jonathan, On 25/07/15 22:24, Jonathan K. Bullard wrote: On Sat, Jul 25, 2015 at 3:45 PM, Gert Doering wrote: Hi, On Sat, Jul 25, 2015 at 01:34:46PM +0100, debbie...@gmail.com wrote: As the title states --push no longer requires options to be double quoted. Well, *did* it require double q