--- configure.orig	Thu Feb 24 12:28:45 2000
+++ configure	Sun Mar  5 23:50:29 2000
@@ -935,7 +935,6 @@
 
 
 checkssldir() { :
-    if test -d "$1/certs"; then
         if test -f "$1/include/openssl/ssl.h"; then
             cat >> confdefs.h <<\EOF
 #define HAVE_OPENSSL 1
@@ -948,7 +947,6 @@
             ssldir="$1"
             return 0
         fi
-    fi
     return 1
 }
 
