]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rcracki_mt/fast_md5.h
0.6.5 release synced from rcracki.sourceforge.net
[freerainbowtables] / Client Applications / rcracki_mt / fast_md5.h
index 47549f7636fb23440828b98182fbab463210cd57..b3db17f6cfdb2763ad25b9f178493fd83770a131 100644 (file)
@@ -13,7 +13,7 @@
  * Copyright 2009, 2010 DaniĆ«l Niggebrugge <niggebrugge@fox-it.com>
  * Copyright 2009, 2010 James Nobis <frt@quelrod.net>
  *
- * This file is part of racrcki_mt.
+ * This file is part of rcracki_mt.
  *
  * rcracki_mt is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -29,7 +29,6 @@
  * along with rcracki_mt.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-
 #ifndef FAST_MD5_H
 #define FAST_MD5_H
 
@@ -37,8 +36,6 @@
 
 #define MD5_DIGEST_LENGTH 16
 
-void
-fast_MD5(unsigned char *pData, int len, unsigned char *pDigest);
-
+void fast_MD5(unsigned char *pData, int len, unsigned char *pDigest);
 
 #endif // FAST_MD5_H