21 lines
410 B
Plaintext
21 lines
410 B
Plaintext
$OpenBSD: patch-md5_c,v 1.2 2003/09/23 06:35:33 fgsch Exp $
|
|
--- md5.c.orig 2002-05-09 20:12:59.000000000 -0300
|
|
+++ md5.c 2003-09-23 02:55:15.000000000 -0300
|
|
@@ -18,6 +18,10 @@
|
|
/* This file is a part of the Links project, released under GPL.
|
|
*/
|
|
|
|
+#include "cfg.h"
|
|
+
|
|
+#ifndef HAVE_MD5INIT
|
|
+
|
|
#include "links.h"
|
|
|
|
#ifdef JS
|
|
@@ -254,3 +258,5 @@ void MD5Transform(u_int32_t buf[4], u_in
|
|
}
|
|
|
|
#endif
|
|
+
|
|
+#endif
|