-
Notifications
You must be signed in to change notification settings - Fork 240
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 519209d
- Loading branch information
1 parent
258aec9
commit 89ec9c2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openvpn
updated
22 files
+3 −0 | Changes.rst | |
+18 −0 | README.awslc | |
+9 −0 | doc/man-sections/vpn-network-options.rst | |
+6 −2 | doc/management-notes.txt | |
+7 −0 | src/openvpn/crypto_openssl.c | |
+33 −2 | src/openvpn/dco_linux.c | |
+16 −9 | src/openvpn/manage.c | |
+1 −1 | src/openvpn/manage.h | |
+16 −1 | src/openvpn/mroute.c | |
+3 −0 | src/openvpn/mroute.h | |
+1 −0 | src/openvpn/mtcp.c | |
+3 −2 | src/openvpn/multi.c | |
+1 −1 | src/openvpn/openssl_compat.h | |
+1 −1 | src/openvpn/options.c | |
+11 −11 | src/openvpn/route.c | |
+8 −0 | src/openvpn/route.h | |
+1 −1 | src/openvpn/ssl.c | |
+7 −3 | src/openvpn/ssl_openssl.c | |
+1 −1 | src/openvpn/tun.c | |
+26 −2 | tests/unit_tests/openvpn/mock_msg.c | |
+14 −0 | tests/unit_tests/openvpn/mock_msg.h | |
+69 −1 | tests/unit_tests/openvpn/test_misc.c |