Changeset 836 for server/common/patches
- Timestamp:
- Sep 13, 2008, 4:48:08 PM (17 years ago)
- File:
- 
          - 1 edited
 
 - 
          server/common/patches/httpd-2.2.x-sni.patch (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        server/common/patches/httpd-2.2.x-sni.patchr816 r836 214 214 - if (dc->nVerifyDepth != UNSET) { 215 215 + if ((dc->nVerifyDepth != UNSET) || 216 + (sc->server->auth.verify_depth != UNSET)) {216 + (sc->server->auth.verify_depth != 1)) { 217 217 /* XXX: doesnt look like sslconn->verify_depth is actually used */ 218 218 if (!(n = sslconn->verify_depth)) { 
Note: See TracChangeset
          for help on using the changeset viewer.
      
