summaryrefslogtreecommitdiff
path: root/datatest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'datatest.cpp')
-rw-r--r--datatest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/datatest.cpp b/datatest.cpp
index 6f40923a..d23d5d92 100644
--- a/datatest.cpp
+++ b/datatest.cpp
@@ -308,7 +308,7 @@ void TestSymmetricCipher(TestData &v, const NameValuePairs &overrideParameters)
if (test == "Encrypt" || test == "EncryptXorDigest" || test == "Resync")
{
- static std::auto_ptr<SymmetricCipher> encryptor, decryptor;
+ static member_ptr<SymmetricCipher> encryptor, decryptor;
static std::string lastName;
if (name != lastName)