[Debburn-changes] r802 - cdrkit/trunk/genisoimage

93sam at alioth.debian.org 93sam at alioth.debian.org
Sun May 25 20:25:43 UTC 2008


Author: 93sam
Date: 2008-05-25 20:25:37 +0000 (Sun, 25 May 2008)
New Revision: 802

Modified:
   cdrkit/trunk/genisoimage/md5.c
Log:
Trivial cleanup

Modified: cdrkit/trunk/genisoimage/md5.c
===================================================================
--- cdrkit/trunk/genisoimage/md5.c	2008-05-25 20:23:26 UTC (rev 801)
+++ cdrkit/trunk/genisoimage/md5.c	2008-05-25 20:25:37 UTC (rev 802)
@@ -186,8 +186,6 @@
 	memset(ctx, 0, sizeof(ctx));	/* In case it's sensitive */
 }
 
-#ifndef ASM_MD5
-
 /* The four core functions - F1 is optimized somewhat */
 
 /* #define F1(x, y, z) (x & y | ~x & z) */
@@ -293,7 +291,6 @@
 	buf[2] += c;
 	buf[3] += d;
 }
-#endif
 
 /* Read in a hex-dumped MD5 sum and parse it */
 int mk_MD5Parse(unsigned char in[33], unsigned char out[16])




More information about the Debburn-changes mailing list