Crypto build cleanup: remove CONFIG_NO_AES_ENCRYPT
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 13 Aug 2009 08:21:32 +0000 (11:21 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 13 Aug 2009 08:21:32 +0000 (11:21 +0300)
commit27da6d4a0e43b596322c599122a39d70f78b6d73
tree030d6868299fdb5f5664907db351db08bf060db4
parent381fcbc9f4ee449afc61615b0da6d303cc5f17b1
Crypto build cleanup: remove CONFIG_NO_AES_ENCRYPT

Instead of using a define and conditional building of AES parts,
move the AES encryption routines into a separate file.
eap_example/Makefile
hostapd/Makefile
src/crypto/aes-internal-enc.c [new file with mode: 0644]
src/crypto/aes-internal.c
wpa_supplicant/Makefile