]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/qdata_heretic2/qdata.c
remove RSA's md4.c, replace by DP's
[xonotic/netradiant.git] / tools / quake2 / qdata_heretic2 / qdata.c
index d8c1612a42779083ab19ad6a8c1d9a4e1fa4d45c..0a939b16cacc1e4d938c0aca8b2406e08c8b42fa 100644 (file)
@@ -20,6 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
 #include "qdata.h"
+#include "md4.h"
 
 void TK_Init();
 
@@ -55,8 +56,6 @@ extern qboolean       g_nomkdir;
 =======================================================
 */
 
-unsigned Com_BlockChecksum (void *buffer, int length);
-
 typedef struct
 {
        char    name[56];