Parcourir la source

Fix SIM/USIM simulator build to include AES encryption function

Jouni Malinen il y a 13 ans
Parent
commit
5e67037b3a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      wpa_supplicant/Makefile

+ 1 - 0
wpa_supplicant/Makefile

@@ -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