diff options
author | guilhem <guilhem@fripost.org> | 2013-03-29 17:06:02 +0100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-29 18:04:52 -0400 |
commit | 71760a359f5515053085f242258dc615a1db1fd8 (patch) | |
tree | 0e49337fb773b721173aa25fc36635e05d8918f8 /Test.hs | |
parent | f3ee9b50b3a9caff7ec65ddaa9197f6daaf6f745 (diff) |
Allow other MAC algorithms in the Remote Config.
Diffstat (limited to 'Test.hs')
-rw-r--r-- | Test.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ quickcheck = , check "prop_relPathDirToFile_basics" Utility.Path.prop_relPathDirToFile_basics , check "prop_relPathDirToFile_regressionTest" Utility.Path.prop_relPathDirToFile_regressionTest , check "prop_cost_sane" Config.Cost.prop_cost_sane - , check "prop_hmacWithCipher_sane" Crypto.prop_hmacWithCipher_sane + , check "prop_HmacSha1WithCipher_sane" Crypto.prop_HmacSha1WithCipher_sane , check "prop_TimeStamp_sane" Logs.UUIDBased.prop_TimeStamp_sane , check "prop_addLog_sane" Logs.UUIDBased.prop_addLog_sane , check "prop_verifiable_sane" Utility.Verifiable.prop_verifiable_sane |