-
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 baa9192
- Loading branch information
1 parent
8045b78
commit a6eda5f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openvpn
updated
15 files
+1 −1 | doc/man-sections/server-options.rst | |
+18 −13 | src/openvpn/crypto.c | |
+11 −0 | src/openvpn/crypto.h | |
+5 −8 | src/openvpn/forward.c | |
+2 −2 | src/openvpn/helper.c | |
+8 −4 | src/openvpn/manage.c | |
+3 −3 | src/openvpn/openvpn.c | |
+6 −0 | src/openvpn/proto.h | |
+2 −2 | src/openvpn/ps.c | |
+137 −3 | src/openvpn/route.c | |
+4 −2 | src/openvpn/socket.c | |
+7 −4 | src/openvpn/ssl.c | |
+6 −0 | src/openvpn/syshead.h | |
+7 −3 | tests/ntlm_support.c | |
+0 −3 | tests/unit_tests/openvpn/test_ssl.c |