diff options
author | Ivan Pavlov <AuthorReflex@gmail.com> | 2023-08-17 22:33:09 +0300 |
---|---|---|
committer | Ivan Pavlov <AuthorReflex@gmail.com> | 2023-08-18 06:17:38 +0300 |
commit | cb8508c41bc1a8e5e6823d8d25b942ed944a572c (patch) | |
tree | 4eae1209f200c75f3eff56036968bc3f15189be0 /net/openvpn/patches | |
parent | 3d497b2bc489cf01a65c06751c5adb8437fb58ab (diff) |
openvpn: update to 2.6.6
Small bugfix release
For details refer to https://github.com/OpenVPN/openvpn/blob/v2.6.6/Changes.rst
Also, set depends on DCO kernel module when ENABLE_DCO flag is set.
Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
Diffstat (limited to 'net/openvpn/patches')
-rw-r--r-- | net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch b/net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch index 81c09c1e8..0a45ea49e 100644 --- a/net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch +++ b/net/openvpn/patches/101-Fix-EVP_PKEY_CTX_-compilation-with-wolfSSL.patch @@ -9,7 +9,7 @@ #include <openssl/kdf.h> #endif #if OPENSSL_VERSION_NUMBER >= 0x30000000L -@@ -1419,7 +1419,7 @@ engine_load_key(const char *file, SSL_CT +@@ -1436,7 +1436,7 @@ engine_load_key(const char *file, SSL_CT #endif /* if HAVE_OPENSSL_ENGINE */ } |