aboutsummaryrefslogtreecommitdiffstats
path: root/tests/security/digest/sha1Test.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-11-21 21:16:57 +0000
committerVincent Richard <[email protected]>2013-11-21 21:16:57 +0000
commitf9913fa28a27f23fde2d4956c62cbb2fb2bc2ee8 (patch)
tree2bdc90e361a8f6e0a81164cf67afec9f78f9b959 /tests/security/digest/sha1Test.cpp
parentPer-protocol include files. (diff)
downloadvmime-f9913fa28a27f23fde2d4956c62cbb2fb2bc2ee8.tar.gz
vmime-f9913fa28a27f23fde2d4956c62cbb2fb2bc2ee8.zip
Boost/C++11 shared pointers.
Diffstat (limited to 'tests/security/digest/sha1Test.cpp')
-rw-r--r--tests/security/digest/sha1Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/security/digest/sha1Test.cpp b/tests/security/digest/sha1Test.cpp
index 2accf8c7..c6ce1e65 100644
--- a/tests/security/digest/sha1Test.cpp
+++ b/tests/security/digest/sha1Test.cpp
@@ -27,7 +27,7 @@
#define INIT_DIGEST(var, algo) \
- vmime::ref <vmime::security::digest::messageDigest> var = \
+ vmime::shared_ptr <vmime::security::digest::messageDigest> var = \
vmime::security::digest::messageDigestFactory::getInstance()->create(algo)