21 lines
375 B
Plaintext
21 lines
375 B
Plaintext
$OpenBSD: patch-md5hl_c,v 1.2 2003/09/23 06:35:33 fgsch Exp $
|
|
--- md5hl.c.orig 2002-05-09 20:12:59.000000000 -0300
|
|
+++ md5hl.c 2003-09-23 02:55:15.000000000 -0300
|
|
@@ -23,6 +23,10 @@
|
|
#include <stdlib.h>
|
|
*/
|
|
|
|
+#include "cfg.h"
|
|
+
|
|
+#ifndef HAVE_MD5DATA
|
|
+
|
|
#include "links.h"
|
|
#include "md5.h"
|
|
|
|
@@ -79,3 +83,5 @@ MD5Data (const unsigned char *data, unsi
|
|
}
|
|
|
|
#endif
|
|
+
|
|
+#endif
|