aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_transform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_transform.cpp')
-rw-r--r--src/tests/test_transform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_transform.cpp b/src/tests/test_transform.cpp
index 5d3c4dc3f..7e771d051 100644
--- a/src/tests/test_transform.cpp
+++ b/src/tests/test_transform.cpp
@@ -23,7 +23,7 @@ secure_vector<byte> transform_test(const std::string& algo,
{
std::unique_ptr<Transformation> transform(get_transform(algo));
- transform->set_key(key);
+ //transform->set_key(key);
transform->start_vec(nonce);
secure_vector<byte> out = in;