Hi, On 23/10/18 22:51, Lev Stipakov wrote: > From: Lev Stipakov <[email protected]> > > 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 <[email protected]>
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 <[email protected]> -- Antonio Quartulli
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
