mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
This should be the last SecureZeroMemory fix
This commit is contained in:
+2
-1
@@ -80,7 +80,8 @@ wint_t _getwch(void);
|
||||
#define WEOF (wchar_t)(0xFFFF)
|
||||
#endif
|
||||
#if defined(HAVE_DECL_SECUREZEROMEMORY) && !HAVE_DECL_SECUREZEROMEMORY
|
||||
PVOID SecureZeroMemory(PVOID ptr, SIZE_T cnt);
|
||||
#define SecureZeroMemory RtlSecureZeroMemory
|
||||
PVOID WINAPI SecureZeroMemory(PVOID ptr, SIZE_T cnt);
|
||||
#endif
|
||||
#elif defined(HAVE_READPASSPHRASE_H)
|
||||
#include <readpassphrase.h>
|
||||
|
||||
Reference in New Issue
Block a user