$OpenBSD$
--- configure.orig	Mon Jun 30 21:51:14 2008
+++ configure	Tue Jul  1 00:31:38 2008
@@ -1288,7 +1288,7 @@ bool Conf::doCompileAndLink(const QString &filedata, c
 	if(!inc.isEmpty())
 		pro += "INCLUDEPATH += " + inc + '\n';
 	if(!libs.isEmpty())
-		pro += "LIBS += " + libs + '\n';
+		pro += "LIBS += " + libs + " -lcrypto" +'\n';
 	pro += proextra;
 
 	fname = dir.filePath("atest.pro");
