openvpn3 icon indicating copy to clipboard operation
openvpn3 copied to clipboard

uwp_socket_protect.hpp is missing

Open dg0yt opened this issue 1 year ago • 2 comments
trafficstars

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.

dg0yt avatar Aug 29 '24 07:08 dg0yt

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?

lstipakov avatar Aug 29 '24 08:08 lstipakov

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.

dg0yt avatar Aug 29 '24 16:08 dg0yt