summaryrefslogtreecommitdiff
path: root/hostapd/Android.mk
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2015-03-18 22:31:36 +0200
committerJouni Malinen <j@w1.fi>2015-03-18 22:31:36 +0200
commit6784168d0785c3212fa21cf3b3a6e14293eda637 (patch)
tree1a8e4642f89847e62f2ecd6722de6edd4c71c15b /hostapd/Android.mk
parent0b08f25445caacb502c394e917a292d7fa595447 (diff)
downloadhostap-6784168d0785c3212fa21cf3b3a6e14293eda637.tar.gz
Remove SChannel support
SChannel/CryptoAPI as a TLS/crypto library alternative was never completed. Critical functionality is missing and there are bugs in this implementation. Since there are no known plans of completing this support, it is better to remove this code. Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'hostapd/Android.mk')
-rw-r--r--hostapd/Android.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk
index 6fcefdd14..5c69bd1e9 100644
--- a/hostapd/Android.mk
+++ b/hostapd/Android.mk
@@ -558,17 +558,6 @@ CONFIG_INTERNAL_RC4=y
CONFIG_INTERNAL_DH_GROUP5=y
endif
-ifeq ($(CONFIG_TLS), schannel)
-ifdef TLS_FUNCS
-OBJS += src/crypto/tls_schannel.c
-endif
-OBJS += src/crypto/crypto_cryptoapi.c
-OBJS_p += src/crypto/crypto_cryptoapi.c
-CONFIG_INTERNAL_SHA256=y
-CONFIG_INTERNAL_RC4=y
-CONFIG_INTERNAL_DH_GROUP5=y
-endif
-
ifeq ($(CONFIG_TLS), internal)
ifndef CONFIG_CRYPTO
CONFIG_CRYPTO=internal