From c6aca83568fa9d1fc5b9e6b738462ad774c711e2 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Wed, 27 Mar 2002 00:32:07 +0000 Subject: [PATCH] configure already checks OpenSSL version so dont bother here git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94193 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/mod_ssl.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/ssl/mod_ssl.h b/modules/ssl/mod_ssl.h index 9e439ca5ab..e83ed601d0 100644 --- a/modules/ssl/mod_ssl.h +++ b/modules/ssl/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 */ -- 2.40.0