diff options
Diffstat (limited to 'tests/security/digest/sha1Test.cpp')
-rw-r--r-- | tests/security/digest/sha1Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/security/digest/sha1Test.cpp b/tests/security/digest/sha1Test.cpp index f9bb9ee6..69f7bfc8 100644 --- a/tests/security/digest/sha1Test.cpp +++ b/tests/security/digest/sha1Test.cpp @@ -74,7 +74,7 @@ VMIME_TEST_SUITE_BEGIN { INIT_DIGEST(algo, "sha1"); - vmime::byte* buffer = new vmime::byte[1000000]; + vmime::byte_t* buffer = new vmime::byte_t[1000000]; for (int i = 0 ; i < 1000000 ; ++i) buffer[i] = 'a'; |