X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=md5.c;h=343ad8fc893cdd29bbc208c74b7e044f7499d857;hp=2e0b9b8cc48df382ed3f4332f0bef4263a82ac24;hb=890d9499c38f0f1abd207b931ceee9a8fea62425;hpb=babd74ec57f6b3a6f6709d10ec725532deb3ed66 diff --git a/md5.c b/md5.c index 2e0b9b8..343ad8f 100644 --- a/md5.c +++ b/md5.c @@ -129,7 +129,7 @@ MD5Final(md5byte digest[16], struct MD5Context *ctx) byteSwap(ctx->buf, 4); memcpy(digest, ctx->buf, 16); - memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ + memset(ctx, 0, sizeof *ctx); /* In case it's sensitive */ } #ifndef ASM_MD5