From b0cbbcd3549667cfc8acd43dbe6819fb1ac3a511 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 13 Mar 2009 02:55:23 +0000 Subject: fix compile on MSVC 6 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@446 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- datatest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datatest.cpp') diff --git a/datatest.cpp b/datatest.cpp index 6f40923..d23d5d9 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 encryptor, decryptor; + static member_ptr encryptor, decryptor; static std::string lastName; if (name != lastName) -- cgit v1.2.1