diff src/md5/hmactest.c @ 207:dcb315792513

removed commented code and replaced // by /* */
author meillo@marmaro.de
date Sun, 18 Jul 2010 21:41:48 +0200
parents 26e34ae9a3e3
children 10da50168dab
line wrap: on
line diff
--- a/src/md5/hmactest.c	Sat Jul 17 00:34:40 2010 +0200
+++ b/src/md5/hmactest.c	Sun Jul 18 21:41:48 2010 +0200
@@ -24,7 +24,7 @@
 main()
 {
 	int i;
-	//  unsigned char digest[16];
+	/*  unsigned char digest[16]; */
 	char digest[16];
 	char *msgid = "<1896.697170952@postoffice.reston.mci.net>";
 	char secret[65];