$OpenBSD: patch-configure,v 1.3 2015/05/10 11:41:12 sebastia Exp $
--- configure.orig	Thu Mar 26 19:14:26 2015
+++ configure	Mon Apr 13 18:52:02 2015
@@ -342,7 +342,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"
