$OpenBSD: patch-src_util_c,v 1.4 2016/08/03 06:38:47 benoit Exp $
--- src/util.c~	Mon Jul 25 22:56:55 2016
+++ src/util.c	Tue Aug  2 14:43:18 2016
@@ -522,7 +522,7 @@
 /* We need these dummy stubs to fool the linker into believing that
    we do not need them at link time */
 
-void* dlopen(char*filename,int flag)
+/*void* dlopen(char*filename,int flag)
 {
   return NULL;
 }
@@ -541,6 +541,7 @@
 {
   return NULL;
 }
+*/
 
 const char* aide_key_2=CONFHMACKEY_02;
 const char* db_key_2=DBHMACKEY_02;
