$NetBSD: patch-ae,v 1.3 2005/12/13 18:03:24 joerg Exp $

--- configure.orig	2005-12-13 17:56:13.000000000 +0000
+++ configure
@@ -7531,7 +7531,7 @@ cat >>conftest.$ac_ext <<_ACEOF
 int
 main ()
 {
-if ( (OPENSSL_VERSION_NUMBER & 0x00906000) == 0x00906000)
+if ( OPENSSL_VERSION_NUMBER >= 0x00906000)
 		exit(0); else exit(1);
   ;
   return 0;
