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:
parent
18abe7acb0
commit
381fcbc9f4
6 changed files with 295 additions and 241 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue