b5143bc7b7
be fixed before.
14 lines
421 B
Plaintext
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+/";
|