aboutsummaryrefslogtreecommitdiffstats
path: root/tests/security/digest/sha1Test.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-04-18 19:04:30 +0000
committerVincent Richard <[email protected]>2006-04-18 19:04:30 +0000
commit3bbffc18de859c02130f135293e90a280101b79f (patch)
treef7264d66f60e184212306ff701d6939648bfac3b /tests/security/digest/sha1Test.cpp
parentClean up. (diff)
downloadvmime-3bbffc18de859c02130f135293e90a280101b79f.tar.gz
vmime-3bbffc18de859c02130f135293e90a280101b79f.zip
Renamed 'byte' to 'byte_t'.
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 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';