зеркало из https://github.com/github/putty.git
Revert "Fix double definition of smemclr() on Windows."
This reverts commit4982ed96fa
. (I failed to notice that Simon had already dealt with this in188e2525c7
when I did a last-minute rebase.)
This commit is contained in:
Родитель
4982ed96fa
Коммит
abebfdf0dd
2
utils.c
2
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.
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче