summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/SConscript
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2010-01-16 19:31:11 +0000
committerhrydgard <hrydgard@gmail.com>2010-01-16 19:31:11 +0000
commit9d14042a0c76a67dced055214fb39a2618ee0249 (patch)
tree329222f045a567b2ef63ab198e19dd18c78868ec /Source/Core/Common/Src/SConscript
parent48e3f0e17fa65925cae6085a542bb075563943c7 (diff)
Move Segher's hashing/crypto code from the Dolphin project to Common.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4857 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/SConscript')
-rw-r--r--Source/Core/Common/Src/SConscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript
index 78eab23c09..4bd50b60d5 100644
--- a/Source/Core/Common/Src/SConscript
+++ b/Source/Core/Common/Src/SConscript
@@ -39,6 +39,10 @@ files = [
"Thread.cpp",
"x64Emitter.cpp",
"x64Analyzer.cpp",
+ "Crypto/bn.cpp",
+ "Crypto/ec.cpp",
+ "Crypto/md5.cpp",
+ "Crypto/sha1.cpp",
]
if sys.platform == 'win32':