From abebfdf0dd42467efb9b6bc50dcc0ec306cbf4e8 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Fri, 4 Jan 2019 00:02:39 +0000 Subject: [PATCH] Revert "Fix double definition of smemclr() on Windows." This reverts commit 4982ed96faa119b73463a7c5ca09711efaf69382. (I failed to notice that Simon had already dealt with this in 188e2525c7 when I did a last-minute rebase.) --- utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.c b/utils.c index e7f6f76c..c38eb916 100644 --- a/utils.c +++ b/utils.c @@ -850,7 +850,7 @@ void debug_memdump(const void *buf, int len, bool L) #endif /* def DEBUG */ -#ifndef _WINDOWS /* FIXME PLATFORM_HAS_SMEMCLR */ +#ifndef PLATFORM_HAS_SMEMCLR /* * Securely wipe memory. *