EAP-TLS method moved to standalone .h/.c file & some minor modifications

This commit is contained in:
2016-06-02 09:28:28 +02:00
parent 3d69a343c7
commit 7dbe76d4f4
10 changed files with 398 additions and 0 deletions

View File

@@ -80,11 +80,13 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<ItemGroup>
<ClInclude Include="..\include\EAPMethods.h" />
<ClInclude Include="..\include\EAPTLS.h" />
<ClInclude Include="..\include\EAPTTLS.h" />
<ClInclude Include="..\include\StdAfx.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\src\EAPMethods.cpp" />
<ClCompile Include="..\src\EAPTLS.cpp" />
<ClCompile Include="..\src\EAPTTLS.cpp" />
<ClCompile Include="..\src\MainUI.cpp" />
<ClCompile Include="..\src\PAP.cpp" />