1234567891011121314 |
- $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. */
- #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[] =
|