]> granicus.if.org Git - apache/commitdiff
we require OpenSSL 0.9.6+
authorDoug MacEachern <dougm@apache.org>
Tue, 12 Mar 2002 22:07:12 +0000 (22:07 +0000)
committerDoug MacEachern <dougm@apache.org>
Tue, 12 Mar 2002 22:07:12 +0000 (22:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93877 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.h

index b5dbabb004739dba380fb207a41a91e0dafdbfcf..cbeb68e4616ec1d29188059ac6e7f2fe1d97d8a2 100644 (file)
@@ -259,8 +259,8 @@ ap_set_module_config(c->conn_config, &ssl_module, val)
 /*
  * Check for OpenSSL version 
  */
-#if SSL_LIBRARY_VERSION < 0x00903100
-#error "mod_ssl requires OpenSSL 0.9.3 or higher"
+#if SSL_LIBRARY_VERSION < 0x00906000
+#error "mod_ssl requires OpenSSL 0.9.6 or higher"
 #endif
 
 /*