Crypto build cleanup: remove CONFIG_NO_AES_*
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 13 Aug 2009 08:40:28 +0000 (11:40 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 13 Aug 2009 08:40:28 +0000 (11:40 +0300)
commit4c9e03e0b25218f89aed3c1cc0cbc69ee7eb91f9
treeab9effaefe09f6db71d44c1508d53fff7d1e5187
parent6b5c4c3359b5a2b3d6a0db9febc32b66be21b73a
Crypto build cleanup: remove CONFIG_NO_AES_*

Instead of using a defines and conditional building of AES parts,
move the conditional functionality into separate files.
17 files changed:
eap_example/Makefile
hostapd/Makefile
src/crypto/aes-cbc.c [new file with mode: 0644]
src/crypto/aes-ctr.c [new file with mode: 0644]
src/crypto/aes-eax.c [new file with mode: 0644]
src/crypto/aes-encblock.c [new file with mode: 0644]
src/crypto/aes-omac1.c [new file with mode: 0644]
src/crypto/aes-unwrap.c [new file with mode: 0644]
src/crypto/aes-wrap.c [new file with mode: 0644]
src/crypto/aes_i.h
src/crypto/aes_wrap.c [deleted file]
wpa_supplicant/Makefile
wpa_supplicant/nmake.mak
wpa_supplicant/symbian/wpa_supplicant.mmp
wpa_supplicant/vs2005/eapol_test/eapol_test.vcproj
wpa_supplicant/vs2005/wpa_supplicant/wpa_supplicant.vcproj
wpa_supplicant/vs2005/wpasvc/wpasvc.vcproj