openvpn3
openvpn3 copied to clipboard
uwp_socket_protect.hpp is missing
The following file is missing from the git repo:
https://github.com/OpenVPN/openvpn3/blob/9cafba7c7ed1ac8e3237cb19d5b7a626ad830de3/openvpn/transport/socket_protect.hpp#L27
This breaks attempts to build the vcpkg port for UWP.
We haven't built for UWP for a while, and the glue code between openvpn3 and UWP VPN is missing from this repo. We have no immediate plans to support it. Does it compile if you just remove this include block?
Does it compile if you just remove this include block?
Maybe if I adjust the typedefs. https://github.com/OpenVPN/openvpn3/blob/9cafba7c7ed1ac8e3237cb19d5b7a626ad830de3/openvpn/transport/socket_protect.hpp#L43-L47
I can't test now, but it might do another vcpkg CI run once other stuff is merged.