[Pkg-openssl-changes] r173 - openssl/trunk/crypto/rand
Kurt Roeckx
kroeckx at costa.debian.org
Sun Sep 17 14:29:51 UTC 2006
Author: kroeckx
Date: 2006-09-17 14:29:50 +0000 (Sun, 17 Sep 2006)
New Revision: 173
Modified:
openssl/trunk/crypto/rand/md_rand.c
Log:
Make md_rand.c build, nested comments don't work.
Modified: openssl/trunk/crypto/rand/md_rand.c
===================================================================
--- openssl/trunk/crypto/rand/md_rand.c 2006-09-17 14:26:01 UTC (rev 172)
+++ openssl/trunk/crypto/rand/md_rand.c 2006-09-17 14:29:50 UTC (rev 173)
@@ -468,11 +468,10 @@
MD_Update(&m,local_md,MD_DIGEST_LENGTH);
MD_Update(&m,(unsigned char *)&(md_c[0]),sizeof(md_c));
#ifndef PURIFY
-/*
- * Don't add uninitialised data.
+#if 0 /* Don't add uninitialised data. */
MD_Update(&m,buf,j); /* purify complains */
-*/
#endif
+#endif
k=(st_idx+MD_DIGEST_LENGTH/2)-st_num;
if (k > 0)
{
More information about the Pkg-openssl-changes
mailing list