-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update src/openvpn digest to 8ba03f9
- Loading branch information
1 parent
3b95b0a
commit 5995f25
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openvpn
updated
18 files
+2 −13 | .github/workflows/build.yaml | |
+8 −1 | CMakeLists.txt | |
+6 −11 | config.h.cmake.in | |
+1 −3 | configure.ac | |
+3 −1 | doc/man-sections/tls-options.rst | |
+1 −2 | src/compat/Makefile.am | |
+0 −116 | src/compat/compat-versionhelpers.h | |
+0 −20 | src/openvpn/buffer.c | |
+0 −7 | src/openvpn/buffer.h | |
+6 −0 | src/openvpn/dco_linux.c | |
+0 −21 | src/openvpn/init.c | |
+4 −4 | src/openvpn/route.c | |
+29 −24 | src/openvpn/ssl.c | |
+0 −3 | src/openvpn/ssl.h | |
+4 −7 | src/openvpn/tun.c | |
+0 −4 | src/openvpn/win32.c | |
+0 −4 | src/openvpnserv/interactive.c | |
+25 −0 | tests/unit_tests/openvpn/test_buffer.c |