Crypto build cleanup: remove CONFIG_NO_AES_DECRYPT
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 13 Aug 2009 08:16:21 +0000 (11:16 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 13 Aug 2009 08:16:21 +0000 (11:16 +0300)
commit381fcbc9f4ee449afc61615b0da6d303cc5f17b1
tree6533fe4037c4eee6b82718b8419b810023e4ae93
parent18abe7acb016ae3ef35c82e446437359bbd8de2f
Crypto build cleanup: remove CONFIG_NO_AES_DECRYPT

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