Fix SIM/USIM simulator build to include AES encryption function

This commit is contained in:
Jouni Malinen 2011-09-07 16:17:08 +03:00 committed by Jouni Malinen
parent cc28ad8cdf
commit 5e67037b3a

View file

@ -773,6 +773,7 @@ endif
ifdef NEED_MILENAGE ifdef NEED_MILENAGE
OBJS += ../src/crypto/milenage.o OBJS += ../src/crypto/milenage.o
NEED_AES_ENCBLOCK=y
endif endif
ifdef CONFIG_PKCS12 ifdef CONFIG_PKCS12