masqmail
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 diff
1.1 --- a/src/md5/hmactest.c Sat Jul 17 00:34:40 2010 +0200 1.2 +++ b/src/md5/hmactest.c Sun Jul 18 21:41:48 2010 +0200 1.3 @@ -24,7 +24,7 @@ 1.4 main() 1.5 { 1.6 int i; 1.7 - // unsigned char digest[16]; 1.8 + /* unsigned char digest[16]; */ 1.9 char digest[16]; 1.10 char *msgid = "<1896.697170952@postoffice.reston.mci.net>"; 1.11 char secret[65];