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.
This commit is contained in:
Johannes Berg 2009-08-13 11:16:21 +03:00 committed by Jouni Malinen
parent 18abe7acb0
commit 381fcbc9f4
6 changed files with 295 additions and 241 deletions

View file

@ -40,7 +40,7 @@ OBJS_both += ../src/crypto/ms_funcs.o
ifeq ($(CONFIG_TLS), internal)
OBJS_both += ../src/crypto/sha1-internal.o
OBJS_both += ../src/crypto/des-internal.o
OBJS_both += ../src/crypto/aes-internal.o
OBJS_both += ../src/crypto/aes-internal.o ../src/crypto/aes-internal-dec.o
endif
SHA256OBJS = ../src/crypto/sha256.o