[libdmapsharing] Add comment about DMAP-specific modification to MD5 code Signed-off-by: W. Michael Petullo <mike fly



commit ad03e0281b2478d3f65fb7ee9b251639186ec73b
Author: W. Michael Petullo <mike flyn org>
Date:   Tue May 24 11:30:48 2011 -0500

    Add comment about DMAP-specific modification to MD5 code
    Signed-off-by: W. Michael Petullo <mike flyn org>

 libdmapsharing/dmap-md5.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libdmapsharing/dmap-md5.c b/libdmapsharing/dmap-md5.c
index 48954d1..020d8c9 100644
--- a/libdmapsharing/dmap-md5.c
+++ b/libdmapsharing/dmap-md5.c
@@ -248,6 +248,7 @@ MD5Transform (guint32 buf[4], guint32 const in[16], gint version)
 	MD5STEP (F2, c, d, a, b, in[3] + 0xf4d50d87, 14);
 
 	if (version == 1) {
+		// DMAP-specific moification:
 		MD5STEP (F2, b, c, d, a, in[8] + 0x445a14ed, 20);
 	} else {
 		MD5STEP (F2, b, c, d, a, in[8] + 0x455a14ed, 20);



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