Index: server/common/patches/httpd-2.2.x-sni.patch
===================================================================
--- server/common/patches/httpd-2.2.x-sni.patch	(revision 823)
+++ server/common/patches/httpd-2.2.x-sni.patch	(revision 836)
@@ -214,5 +214,5 @@
 -    if (dc->nVerifyDepth != UNSET) {
 +    if ((dc->nVerifyDepth != UNSET) ||
-+        (sc->server->auth.verify_depth != UNSET)) {
++        (sc->server->auth.verify_depth != 1)) {
          /* XXX: doesnt look like sslconn->verify_depth is actually used */
          if (!(n = sslconn->verify_depth)) {
