$OpenBSD: patch-configure,v 1.2 2010/10/25 09:59:02 sebastia Exp $

remove unused ssl check that generates a make variable with whitespace in
its name

--- configure.orig	Thu Aug 19 17:13:13 2010
+++ configure	Sun Oct 24 19:22:44 2010
@@ -469,11 +470,7 @@ checkDependencies() {
   cfgwrite "# library dependencies"
   checkLinking "xml2"        optional;
   checkLinking "ldap"        optional;
-  if [ `uname` = "OpenBSD" ];then
-    checkLinking "ssl crypto"  required; # TODO: make optional
-  else
-    checkLinking "ssl"         required; # TODO: make optional
-  fi
+  checkLinking "ssl"         required; # TODO: make optional
   checkLinking "pq"          optional;
 #  checkLinking "sqlite3"     optional;
   cfgwrite "HAS_LIBRARY_sqlite3=no"
