gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13989 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r13989 - libmicrohttpd/src/daemon
Date: Tue, 21 Dec 2010 15:29:10 +0100

Author: grothoff
Date: 2010-12-21 15:29:10 +0100 (Tue, 21 Dec 2010)
New Revision: 13989

Modified:
   libmicrohttpd/src/daemon/md5.c
Log:
fix

Modified: libmicrohttpd/src/daemon/md5.c
===================================================================
--- libmicrohttpd/src/daemon/md5.c      2010-12-21 14:26:38 UTC (rev 13988)
+++ libmicrohttpd/src/daemon/md5.c      2010-12-21 14:29:10 UTC (rev 13989)
@@ -257,7 +257,7 @@
     MD5Transform(ctx->buf, (uint32_t *) ctx->in);
     byteReverse((unsigned char *) ctx->buf, 4);
     memcpy(digest, ctx->buf, 16);
-    memset(ctx, 0, sizeof(ctx));        /* In case it's sensitive */
+    memset(ctx, 0, sizeof(struct MD5Context));        /* In case it's 
sensitive */
 }
 
 /* end of md5.c */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]