netlink: Break out sender_name
[secnet] / md5.c
diff --git a/md5.c b/md5.c
index 2e0b9b8..343ad8f 100644 (file)
--- 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