summaryrefslogtreecommitdiff
path: root/datatest.cpp
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2009-03-13 02:55:23 +0000
committerweidai <weidai11@users.noreply.github.com>2009-03-13 02:55:23 +0000
commitd6b4e54448ea4c6aa729474d7b3ecd0c757fbc68 (patch)
tree07191f76ac112cf814d9c3e0bbbe7b042092dbf8 /datatest.cpp
parentdf9fe81ee0af73604deed3d2e459a810dba7ccd3 (diff)
downloadcryptopp-git-d6b4e54448ea4c6aa729474d7b3ecd0c757fbc68.tar.gz
fix compile on MSVC 6
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)