diff options
| author | Matthew Parlane <parlane@gmail.com> | 2013-08-15 23:36:17 +1200 |
|---|---|---|
| committer | Matthew Parlane <parlane@gmail.com> | 2013-08-15 23:36:17 +1200 |
| commit | d8b39b9dcfb4e8a3d854d28428a8d992cce73f53 (patch) | |
| tree | 722ec6f6937274faf8b67e3b690c348a52d45e85 /Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp | |
| parent | e1f8146d96fe9a6e027a59c618c98bba53215798 (diff) | |
Support PolarSSL on *nix
Removed unneeded PolarSSL directories.
Remove duplicate sha1 and md5 files.
Define out SSL test file writing.
Fix format string bug and warning.
Diffstat (limited to 'Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp b/Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp index 84b5b24f6b..433f3388d2 100644 --- a/Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp +++ b/Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp @@ -5,7 +5,7 @@ #include "VolumeWiiCrypted.h" #include "VolumeGC.h" #include "StringUtil.h" -#include "Crypto/sha1.h" +#include "polarssl/sha1.h" namespace DiscIO { |
