-
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 fb691d2
- Loading branch information
1 parent
c2d1be0
commit 6bfbfcb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openvpn
updated
9 files
+8 −0 | Changes.rst | |
+42 −0 | src/openvpn/crypto.c | |
+39 −0 | src/openvpn/crypto.h | |
+9 −7 | src/openvpn/dns.c | |
+2 −1 | src/openvpn/dns.h | |
+2 −2 | src/openvpn/options.c | |
+52 −2 | src/openvpn/ssl.c | |
+3 −0 | src/openvpn/ssl_common.h | |
+25 −1 | tests/unit_tests/openvpn/test_crypto.c |