2476a2db73
- SECURITY: don't create world readable files. CVE-2011-4919 - avoid conflicting prototypes
14 lines
423 B
Plaintext
14 lines
423 B
Plaintext
$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[] =
|