openbsd-ports/converters/mpack/patches/patch-codes_c
2005-10-06 21:09:21 +00:00

14 lines
421 B
Plaintext

$OpenBSD: patch-codes_c,v 1.3 2005/10/06 21:09:22 aanriot Exp $
--- codes.c.orig Fri Aug 9 02:55:28 2002
+++ codes.c Fri Aug 9 02:56:20 2002
@@ -38,8 +38,8 @@ WITHOUT ANY EXPRESS OR IMPLIED WARRANTIE
#include <stdio.h>
#include <string.h>
#include <ctype.h>
+#include <md5.h>
#include "xmalloc.h"
-#include "md5.h"
static char basis_64[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";