diff options
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 */ } |