-
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 32e6586
- Loading branch information
1 parent
b5fa239
commit af8a70b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openvpn
updated
15 files
+9 −0 | Changes.rst | |
+2 −1 | Makefile.am | |
+9 −10 | doc/man-sections/vpn-network-options.rst | |
+158 −0 | forked-test-driver | |
+2 −2 | src/openvpn/crypto_backend.h | |
+2 −2 | src/openvpn/crypto_mbedtls.c | |
+2 −0 | src/openvpn/crypto_mbedtls.h | |
+2 −6 | src/openvpn/crypto_openssl.c | |
+2 −0 | src/openvpn/crypto_openssl.h | |
+2 −6 | src/openvpn/misc.c | |
+2 −10 | src/openvpn/misc.h | |
+1 −1 | src/openvpn/options.c | |
+1 −1 | src/openvpn/ssl.c | |
+2 −1 | src/openvpn/ssl_openssl.c | |
+1 −0 | tests/Makefile.am |