2012-01-07 19:12:12 -05:00
|
|
|
$OpenBSD: patch-codes_c,v 1.4 2012/01/08 00:12:12 sthen Exp $
|
|
|
|
--- 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. */
|
2002-08-08 21:15:19 -04:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <ctype.h>
|
|
|
|
+#include <md5.h>
|
|
|
|
#include "xmalloc.h"
|
|
|
|
-#include "md5.h"
|
|
|
|
|
2012-01-07 19:12:12 -05:00
|
|
|
void output64chunk(int c1, int c2, int c3, int pads, FILE *outfile);
|
2002-08-08 21:15:19 -04:00
|
|
|
static char basis_64[] =
|