-
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 91b057a
- Loading branch information
1 parent
5f6316c
commit d052fd0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openvpn
updated
12 files
+1 −0 | CMakeLists.txt | |
+37 −14 | doc/man-sections/client-options.rst | |
+51 −1 | src/openvpn/crypto_openssl.c | |
+14 −2 | src/openvpn/dco_freebsd.c | |
+0 −5 | src/openvpn/init.c | |
+0 −179 | src/openvpn/list.c | |
+0 −7 | src/openvpn/list.h | |
+81 −2 | src/openvpn/ssl_openssl.c | |
+4 −2 | tests/unit_tests/openvpn/Makefile.am | |
+205 −0 | tests/unit_tests/openvpn/test_misc.c | |
+223 −2 | tests/unit_tests/openvpn/test_ssl.c | |
+61 −0 | tests/unit_tests/openvpn/test_user_pass.c |