summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2024-04-08 22:06:08 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2024-04-28 21:42:18 +0200
commit00a1671248399db056afdfd682f9bf4aeca7ce4f (patch)
treec812a578ceaa66ac7eda0dc661f1356bee6c3874
parent6c80f34c07a629926f4a5948f97f823396622749 (diff)
downloadopenwrt-00a1671248399db056afdfd682f9bf4aeca7ce4f.tar.gz
openwrt-00a1671248399db056afdfd682f9bf4aeca7ce4f.tar.bz2
openwrt-00a1671248399db056afdfd682f9bf4aeca7ce4f.zip
hostapd: Fix compile against mbedtsl 3.6
Fix compile of the mbedtls extension for hostapd. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/network/services/hostapd/patches/110-mbedtls-TLS-crypto-option-initial-port.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/patches/110-mbedtls-TLS-crypto-option-initial-port.patch b/package/network/services/hostapd/patches/110-mbedtls-TLS-crypto-option-initial-port.patch
index b786d3bccb..b55c0b1f84 100644
--- a/package/network/services/hostapd/patches/110-mbedtls-TLS-crypto-option-initial-port.patch
+++ b/package/network/services/hostapd/patches/110-mbedtls-TLS-crypto-option-initial-port.patch
@@ -6460,7 +6460,7 @@ Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
+{
+ #if !defined(MBEDTLS_USE_PSA_CRYPTO) /* XXX: (not extracted for PSA crypto) */
+ #if defined(MBEDTLS_SSL_PROTO_TLS1_3)
-+ if (tls_version == MBEDTLS_SSL_VERSION_TLS1_3)
++ if (mbedtls_ssl_get_version_number(ssl) == MBEDTLS_SSL_VERSION_TLS1_3)
+ return 0; /* (calculation not extracted) */
+ #endif /* MBEDTLS_SSL_PROTO_TLS1_3 */
+