commit 19f9803f8e56992d735d0faca88061d7d5cca07e Author: Nick Mathewson nickm@torproject.org Date: Sun Jul 12 15:44:43 2015 -0400
Okay, this time it was my fault --- src/common/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/compat.c b/src/common/compat.c index 12ad52d..07f011d 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -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--)