Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Wipe all traces of OpenSSL's AES implementation. Use polarssl instead.
  • Loading branch information
Sonicadvance1 committed Oct 27, 2013
1 parent 0791a9e commit 8e73e8a
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 1,568 deletions.
2 changes: 0 additions & 2 deletions Source/Core/Common/CMakeLists.txt
Expand Up @@ -24,8 +24,6 @@ set(SRCS Src/BreakPoints.cpp
Src/x64ABI.cpp
Src/x64Analyzer.cpp
Src/x64Emitter.cpp
Src/Crypto/aes_cbc.cpp
Src/Crypto/aes_core.cpp
Src/Crypto/bn.cpp
Src/Crypto/ec.cpp)

Expand Down
4 changes: 0 additions & 4 deletions Source/Core/Common/Common.vcxproj
Expand Up @@ -180,8 +180,6 @@
<ClCompile Include="Src\CDUtils.cpp" />
<ClCompile Include="Src\ColorUtil.cpp" />
<ClCompile Include="Src\ConsoleListener.cpp" />
<ClCompile Include="Src\Crypto\aes_cbc.cpp" />
<ClCompile Include="Src\Crypto\aes_core.cpp" />
<ClCompile Include="Src\Crypto\bn.cpp" />
<ClCompile Include="Src\Crypto\ec.cpp" />
<ClCompile Include="Src\ExtendedTrace.cpp" />
Expand Down Expand Up @@ -232,8 +230,6 @@
<ClInclude Include="Src\CommonTypes.h" />
<ClInclude Include="Src\ConsoleListener.h" />
<ClInclude Include="Src\CPUDetect.h" />
<ClInclude Include="Src\Crypto\aes.h" />
<ClInclude Include="Src\Crypto\aes_locl.h" />
<ClInclude Include="Src\Crypto\tools.h" />
<ClInclude Include="Src\DebugInterface.h" />
<ClInclude Include="Src\ExtendedTrace.h" />
Expand Down
12 changes: 0 additions & 12 deletions Source/Core/Common/Common.vcxproj.filters
Expand Up @@ -31,12 +31,6 @@
<ClCompile Include="Src\ConsoleListener.cpp">
<Filter>Logging</Filter>
</ClCompile>
<ClCompile Include="Src\Crypto\aes_cbc.cpp">
<Filter>Crypto</Filter>
</ClCompile>
<ClCompile Include="Src\Crypto\aes_core.cpp">
<Filter>Crypto</Filter>
</ClCompile>
<ClCompile Include="Src\Crypto\bn.cpp">
<Filter>Crypto</Filter>
</ClCompile>
Expand Down Expand Up @@ -95,12 +89,6 @@
<ClInclude Include="Src\ConsoleListener.h">
<Filter>Logging</Filter>
</ClInclude>
<ClInclude Include="Src\Crypto\aes.h">
<Filter>Crypto</Filter>
</ClInclude>
<ClInclude Include="Src\Crypto\aes_locl.h">
<Filter>Crypto</Filter>
</ClInclude>
<ClInclude Include="Src\Crypto\tools.h">
<Filter>Crypto</Filter>
</ClInclude>
Expand Down
143 changes: 0 additions & 143 deletions Source/Core/Common/Src/Crypto/aes.h

This file was deleted.

131 changes: 0 additions & 131 deletions Source/Core/Common/Src/Crypto/aes_cbc.cpp

This file was deleted.

0 comments on commit 8e73e8a

Please sign in to comment.