$OpenBSD: patch-configure,v 1.4 2016/06/15 14:03:20 sebastia Exp $
--- configure.orig	Fri Jun 10 16:03:19 2016
+++ configure	Wed Jun 15 15:47:01 2016
@@ -345,7 +345,7 @@ EOF
   echo >>$tmpmake "CTOOL_NAME           := linktest"
   echo >>$tmpmake "linktest_C_FILES := dummytool.c"
   echo >>$tmpmake "ifeq (\$(findstring openbsd, \$(GNUSTEP_HOST_OS)), openbsd)"
-  echo >>$tmpmake "linktest_TOOL_LIBS  += $LIBS -liconv"
+  echo >>$tmpmake "linktest_TOOL_LIBS  += $LIBS -liconv -lcrypto"
   echo >>$tmpmake "else"
   echo >>$tmpmake "linktest_TOOL_LIBS  += $LIBS"
   echo >>$tmpmake "endif"
