12 lines
361 B
Text
12 lines
361 B
Text
--- codes.c.orig Mon Jul 21 21:51:08 2003
|
|
+++ codes.c Sun Jan 8 00:00:40 2012
|
|
@@ -38,8 +38,8 @@ WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. */
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
+#include <md5.h>
|
|
#include "xmalloc.h"
|
|
-#include "md5.h"
|
|
|
|
void output64chunk(int c1, int c2, int c3, int pads, FILE *outfile);
|
|
static char basis_64[] =
|