Hi, On 23/10/18 22:51, Lev Stipakov wrote: > From: Lev Stipakov <l...@openvpn.net> > > Commit 43a5a4f3b4e411419639c195fee8a76495fdc88e added > vswprintf() call which turned to me missing in OpenBSD 4.9. > > Since that call is inside openvpn_swprintf() function which > is only used by Windows, wrap that function info #ifdef _WIN32. > > Signed-off-by: Lev Stipakov <l...@openvpn.net>
This patch introduces another ifdef, but it is enclosing a whole function to prevent it from being compiled on non-windows platforms, therefore I consider it "acceptable" for the time being. This patch fixes building openvpn on OpenBSD <= 4.9 (maybe this info should be added to the commit message). Other than that: Acked-by: Antonio Quartulli <anto...@openvpn.net> -- Antonio Quartulli
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel