From: Doug MacEachern Date: Wed, 27 Mar 2002 00:32:07 +0000 (+0000) Subject: configure already checks OpenSSL version so dont bother here X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2b7201c2ef042d108ab1ac2d60316dbaee52a42;p=thirdparty%2Fapache%2Fhttpd.git configure already checks OpenSSL version so dont bother here git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@94193 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/mod_ssl.h b/mod_ssl.h index 9e439ca5ab8..e83ed601d02 100644 --- a/mod_ssl.h +++ b/mod_ssl.h @@ -258,13 +258,6 @@ ap_set_module_config(c->conn_config, &ssl_module, val) #endif #endif -/* - * Check for OpenSSL version - */ -#if SSL_LIBRARY_VERSION < 0x00906000 -#error "mod_ssl requires OpenSSL 0.9.6 or higher" -#endif - /* * Define the certificate algorithm types */