[openwrt/openwrt] hostapd: Fix compile against mbedtsl 3.6
LEDE Commits
lede-commits at lists.infradead.org
Sun Apr 28 12:43:40 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/00a1671248399db056afdfd682f9bf4aeca7ce4f
commit 00a1671248399db056afdfd682f9bf4aeca7ce4f
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Apr 8 22:06:08 2024 +0200
hostapd: Fix compile against mbedtsl 3.6
Fix compile of the mbedtls extension for hostapd.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
.../hostapd/patches/110-mbedtls-TLS-crypto-option-initial-port.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 at 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 */
+
More information about the lede-commits
mailing list