]> granicus.if.org Git - apache/commitdiff
configure already checks OpenSSL version so dont bother here
authorDoug MacEachern <dougm@apache.org>
Wed, 27 Mar 2002 00:32:07 +0000 (00:32 +0000)
committerDoug MacEachern <dougm@apache.org>
Wed, 27 Mar 2002 00:32:07 +0000 (00:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94193 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.h

index 9e439ca5ab8110140dd0b0845617d237da9f1268..e83ed601d023aef63ca51ba9f29d05fd54bc68c3 100644 (file)
@@ -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
  */