Include SIM simular for EAP-SIM in Windows build
authorJouni Malinen <j@w1.fi>
Fri, 9 Jan 2009 19:45:31 +0000 (21:45 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 9 Jan 2009 19:45:31 +0000 (21:45 +0200)
USIM simulator for EAP-AKA was already included, but the SIM version was
forgotten from the build script.

build_release

index aecff93..b5050a5 100755 (executable)
@@ -75,6 +75,7 @@ LIBS_w += -L$WINLOCAL/lib
 LIBS_p += -L$WINLOCAL/lib
 
 CONFIG_EAP_SIM=y
+CONFIG_SIM_SIMULATOR=y
 CONFIG_EAP_AKA=y
 CONFIG_USIM_SIMULATOR=y
 CONFIG_EAP_LEAP=y