]> mj.ucw.cz Git - libucw.git/blobdiff - lib/md5.c
Don't forget to increase run counter.
[libucw.git] / lib / md5.c
index a0e50ab8925a154450ac388063bff752da739571..43052b9e9bc28c8e8d28f90d84b722e7ecaca2f2 100644 (file)
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -104,7 +104,7 @@ void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len)
 }
 
 /*
- * Final wrapup - pad to 64-byte boundary with the bit pattern 
+ * Final wrapup - pad to 64-byte boundary with the bit pattern
  * 1 0* (64-bit count of bits processed, MSB-first)
  */
 void MD5Final(unsigned char digest[16], struct MD5Context *ctx)