diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-08-12 17:29:21 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-08-12 17:32:17 (GMT) |
commit | c6ffcd27e94d2f90fd4a3bcb5d2d3c6550ead59c (patch) | |
tree | 5968399a0d1ae73c1f197630bef3a0960e8525b5 /Swiften/SConscript | |
parent | 08cfaa06859238449d6848df4e170ffb6dc605d3 (diff) | |
download | swift-c6ffcd27e94d2f90fd4a3bcb5d2d3c6550ead59c.zip swift-c6ffcd27e94d2f90fd4a3bcb5d2d3c6550ead59c.tar.bz2 |
Refactored stringcodec functions to make them independent of hash algos.
Diffstat (limited to 'Swiften/SConscript')
-rw-r--r-- | Swiften/SConscript | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Swiften/SConscript b/Swiften/SConscript index 6d38717..6d2d14a 100644 --- a/Swiften/SConscript +++ b/Swiften/SConscript @@ -175,9 +175,7 @@ if env["SCONS_STAGE"] == "build" : "Session/BasicSessionStream.cpp", "StringCodecs/Base64.cpp", "StringCodecs/SHA1.cpp", - "StringCodecs/HMACSHA1.cpp", "StringCodecs/MD5.cpp", - "StringCodecs/PBKDF2.cpp", "StringCodecs/Hexify.cpp", ] @@ -349,7 +347,7 @@ if env["SCONS_STAGE"] == "build" : File("StringCodecs/UnitTest/SHA1Test.cpp"), File("StringCodecs/UnitTest/MD5Test.cpp"), File("StringCodecs/UnitTest/HexifyTest.cpp"), - File("StringCodecs/UnitTest/HMACSHA1Test.cpp"), + File("StringCodecs/UnitTest/HMACTest.cpp"), File("StringCodecs/UnitTest/PBKDF2Test.cpp"), File("TLS/UnitTest/ServerIdentityVerifierTest.cpp"), File("TLS/UnitTest/CertificateTest.cpp"), |