2005-10-06 17:09:21 -04:00
|
|
|
$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
|
2002-08-08 21:15:19 -04:00
|
|
|
@@ -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[] =
|
2005-10-06 17:09:21 -04:00
|
|
|
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|