From 3bbffc18de859c02130f135293e90a280101b79f Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 18 Apr 2006 19:04:30 +0000 Subject: Renamed 'byte' to 'byte_t'. --- tests/security/digest/sha1Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/security/digest/sha1Test.cpp') 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'; -- cgit