mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Okay, this time it was my fault
This commit is contained in:
parent
58cd21f601
commit
19f9803f8e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ wint_t _getwch(void);
|
|||
#define WEOF (wchar_t)(0xFFFF)
|
||||
#endif
|
||||
#if defined(HAVE_DECL_SECUREZEROMEMORY) && !HAVE_DECL_SECUREZEROMEMORY
|
||||
static void inline SecureZeroMemory(PVOID ptr, SIZE_T cnt)
|
||||
static inline void SecureZeroMemory(PVOID ptr, SIZE_T cnt)
|
||||
{
|
||||
volatile char *vcptr = (volatile char*)ptr;
|
||||
while (cnt--)
|
||||
|
|
Loading…
Add table
Reference in a new issue