$OpenBSD: patch-md5_c,v 1.1 2002/12/17 08:09:23 fgsch Exp $
--- md5.c.orig	Thu May  9 20:12:59 2002
+++ md5.c	Tue Dec 17 04:59:22 2002
@@ -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
@@ -252,5 +256,7 @@ void MD5Transform(u_int32_t buf[4], u_in
     buf[2] += c;
     buf[3] += d;
 }
+
+#endif
 
 #endif
