Re: [Openvpn-devel] [PATCH v2] xkey_provider: fix building with --disable-management

2022-07-29 Thread Frank Lichtenheld
On Wed, Jul 27, 2022 at 06:18:30PM -0400, selva.n...@gmail.com wrote: > From: Selva Nair > > v2: also fix building test_provider > - ifdefs in test_provider.c > - include integer.h for min_int as manage.h >may not always pull it in FTR, buildbot is happy now with these changes. uncrustify

[Openvpn-devel] [PATCH v2] xkey_provider: fix building with --disable-management

2022-07-27 Thread selva . nair
From: Selva Nair v2: also fix building test_provider - ifdefs in test_provider.c - include integer.h for min_int as manage.h may not always pull it in Too many ifdefs, unfortunately.. Signed-off-by: Selva Nair --- src/openvpn/xkey_helper.c| 4