You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2010/09/28 11:35:16 UTC

svn commit: r1002072 - /httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in

Author: rjung
Date: Tue Sep 28 09:35:16 2010
New Revision: 1002072

URL: http://svn.apache.org/viewvc?rev=1002072&view=rev
Log:
Fix test suite for 2.0.x:
- OID test in SSLRequire was introduced in 2.1.7.

Modified:
    httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in

Modified: httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in?rev=1002072&r1=1002071&r2=1002072&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in Tue Sep 28 09:35:16 2010
@@ -118,7 +118,9 @@
                SSLRequire "Lemons" in PeerExtList("1.3.6.1.4.1.18060.12.0")
             </IfVersion>
             <IfVersion < 2.3.0>
-               SSLRequire "Lemons" in OID("1.3.6.1.4.1.18060.12.0")
+               <IfVersion > 2.1.6>
+                  SSLRequire "Lemons" in OID("1.3.6.1.4.1.18060.12.0")
+               </IfVersion>
             </IfVersion>
         </Location>