Re: [Openvpn-devel] [PATCH 3/5] Add missing includes in error.h

2016-11-13 Thread Arne Schwabe
Am 08.11.16 um 15:18 schrieb Steffan Karger: > error.h depends on these, but is apparently never used by files that do > not include them. When implementing the --tls-crypt unit tests, I ran > into this. > ACK -- Deve

Re: [Openvpn-devel] [PATCH 3/5] Add missing includes in error.h

2016-11-12 Thread David Sommerseth
On 08/11/16 21:18, Steffan Karger wrote: > error.h depends on these, but is apparently never used by files that do > not include them. When implementing the --tls-crypt unit tests, I ran > into this. > > Signed-off-by: Steffan Karger > --- > src/openvpn/error.h | 3 +++ > 1 file changed, 3 inse

[Openvpn-devel] [PATCH 3/5] Add missing includes in error.h

2016-11-08 Thread Steffan Karger
error.h depends on these, but is apparently never used by files that do not include them. When implementing the --tls-crypt unit tests, I ran into this. Signed-off-by: Steffan Karger --- src/openvpn/error.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/openvpn/error.h b/src/openvpn