diff src/md5.c @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 0293115a14e9
line wrap: on
line diff
--- a/src/md5.c	Mon Aug 13 08:45:53 2007 +0200
+++ b/src/md5.c	Mon Aug 13 08:46:35 2007 +0200
@@ -177,8 +177,7 @@
 }
 
 /* MD5 finalization. Ends an MD5 message-digest operation, writing the
-  the message digest and zeroizing the context.
- */
+  message digest and zeroizing the context.  */
 void
 MD5Final (unsigned char digest[16], MD5_CTX *context)
 {