aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/700-fix-openssl11.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-10-03 20:56:41 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-10-14 13:57:14 +0200
commit779773a0dee759d87c483de266e41164cd851af0 (patch)
tree9837ad22961df71a9e58db8f7d3a28305dd0cac4 /package/network/services/hostapd/patches/700-fix-openssl11.patch
parent4b93b03577cefeed39fb6cadc7aa85706deeb074 (diff)
downloadupstream-779773a0dee759d87c483de266e41164cd851af0.tar.gz
upstream-779773a0dee759d87c483de266e41164cd851af0.tar.bz2
upstream-779773a0dee759d87c483de266e41164cd851af0.zip
hostapd: backport build fix when OWE is activated
This backports a compile fix form the hostapd project. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network/services/hostapd/patches/700-fix-openssl11.patch')
-rw-r--r--package/network/services/hostapd/patches/700-fix-openssl11.patch9
1 files changed, 2 insertions, 7 deletions
diff --git a/package/network/services/hostapd/patches/700-fix-openssl11.patch b/package/network/services/hostapd/patches/700-fix-openssl11.patch
index 918cab0899..86343c150b 100644
--- a/package/network/services/hostapd/patches/700-fix-openssl11.patch
+++ b/package/network/services/hostapd/patches/700-fix-openssl11.patch
@@ -11,11 +11,9 @@ Signed-off-by: Rosen Penev <rosenp@gmail.com>
src/crypto/tls_openssl.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
-diff --git a/src/crypto/tls_openssl.c b/src/crypto/tls_openssl.c
-index b4bfc9b73..79ac909d0 100644
--- a/src/crypto/tls_openssl.c
+++ b/src/crypto/tls_openssl.c
-@@ -1024,8 +1024,10 @@ void * tls_init(const struct tls_config *conf)
+@@ -1024,8 +1024,10 @@ void * tls_init(const struct tls_config
#ifndef OPENSSL_NO_ENGINE
wpa_printf(MSG_DEBUG, "ENGINE: Loading dynamic engine");
@@ -26,7 +24,7 @@ index b4bfc9b73..79ac909d0 100644
if (conf &&
(conf->opensc_engine_path || conf->pkcs11_engine_path ||
-@@ -3874,7 +3876,7 @@ struct wpabuf * tls_connection_decrypt(void *tls_ctx,
+@@ -3874,7 +3876,7 @@ struct wpabuf * tls_connection_decrypt(v
int tls_connection_resumed(void *ssl_ctx, struct tls_connection *conn)
{
@@ -35,6 +33,3 @@ index b4bfc9b73..79ac909d0 100644
}
---
-2.17.1
-