Hi, I think there's a small typo in the MD5Final() function in tclsqlite.c.
line 3388 says: memset(ctx, 0, sizeof(ctx)); /* In case it is sensitive */ I think you wanted to write sizeof(*ctx) there instead. (I'm looking at sqlite 3.7.12.1 sources) Nuno _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users