X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/9916cc1e8d26f1caef36fc1ee525819e6ca62f42..f5c862330fac2ba1765ffc36193919ceb5ab0eee:/sshmd5.c diff --git a/sshmd5.c b/sshmd5.c index 7112d406..e5187a66 100644 --- a/sshmd5.c +++ b/sshmd5.c @@ -249,7 +249,7 @@ void hmacmd5_key(void *handle, void const *keyv, int len) MD5Init(&keys[1]); MD5Update(&keys[1], foo, 64); - memset(foo, 0, 64); /* burn the evidence */ + smemclr(foo, 64); /* burn the evidence */ } static void hmacmd5_key_16(void *handle, unsigned char *key)