From 62fcbae63de111cd2191cce3af4158af819914ee Mon Sep 17 00:00:00 2001 From: Martin Ebourne Date: Mon, 12 Dec 2005 23:56:44 +0000 Subject: Merged 210:218 from chris/win32/merge/07-win32-fixes to trunk --- test/crypto/testcrypto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/crypto') diff --git a/test/crypto/testcrypto.cpp b/test/crypto/testcrypto.cpp index c312a4a0..6d90e5e7 100644 --- a/test/crypto/testcrypto.cpp +++ b/test/crypto/testcrypto.cpp @@ -43,7 +43,7 @@ void check_random_int(uint32_t max) } } -#define ZERO_BUFFER(x) ::bzero(x, sizeof(x)); +#define ZERO_BUFFER(x) ::memset(x, 0, sizeof(x)); template void test_cipher() -- cgit v1.2.3