Author: grothoff
Date: 2007-01-08 20:00:36 -0800 (Mon, 08 Jan 2007)
New Revision: 4264
Modified:
GNUnet/src/util/crypto/hashingtest.c
Log:
cleanup
Modified: GNUnet/src/util/crypto/hashingtest.c
===================================================================
--- GNUnet/src/util/crypto/hashingtest.c 2007-01-09 03:58:08 UTC (rev
4263)
+++ GNUnet/src/util/crypto/hashingtest.c 2007-01-09 04:00:36 UTC (rev
4264)
@@ -33,16 +33,16 @@
HashCode512 h2;
EncName enc;
- memset(&h1, number, sizeof(HashCode512));
+ memset(&h1,
+ number,
+ sizeof(HashCode512));
hash2enc(&h1, &enc);
if (OK != enc2hash((char*)&enc, &h2)) {
printf("enc2hash failed!\n");
return 1;
}
-
- if (! equalsHashCode512(&h1, &h2)) {
- return 1;
- }
+ if (! equalsHashCode512(&h1, &h2))
+ return 1;
return 0;
}
_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn