aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tclsqlite.c')
-rw-r--r--src/tclsqlite.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tclsqlite.c b/src/tclsqlite.c
index 322f84986..d9a1e5778 100644
--- a/src/tclsqlite.c
+++ b/src/tclsqlite.c
@@ -3523,7 +3523,6 @@ static void MD5Final(unsigned char digest[16], MD5Context *ctx){
MD5Transform(ctx->buf, (uint32 *)ctx->in);
byteReverse((unsigned char *)ctx->buf, 4);
memcpy(digest, ctx->buf, 16);
- memset(ctx, 0, sizeof(ctx)); /* In case it is sensitive */
}
/*