aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/991-fix-compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/hostapd/patches/991-fix-compile.patch')
-rw-r--r--package/network/services/hostapd/patches/991-fix-compile.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/network/services/hostapd/patches/991-fix-compile.patch b/package/network/services/hostapd/patches/991-fix-compile.patch
deleted file mode 100644
index d08efa08bd..0000000000
--- a/package/network/services/hostapd/patches/991-fix-compile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/wpa_supplicant/wpa_supplicant.c
-+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -8104,6 +8104,7 @@ int wpas_network_disabled(struct wpa_sup
- !ssid->mem_only_psk)
- return 1;
-
-+#ifdef CONFIG_IEEE8021X_EAPOL
- #ifdef CRYPTO_RSA_OAEP_SHA256
- if (ssid->eap.imsi_privacy_cert) {
- struct crypto_rsa_key *key;
-@@ -8121,7 +8122,7 @@ int wpas_network_disabled(struct wpa_sup
- }
- }
- #endif /* CRYPTO_RSA_OAEP_SHA256 */
--
-+#endif /* CONFIG_IEEE8021X_EAPOL */
- return 0;
- }
-