Commit f35b290a authored by Joe Orton's avatar Joe Orton
Browse files

* modules/ssl/ssl_engine_pphrase.c: Fix comment, no functional change.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1130145 13f79535-47bb-0310-9956-ffa450edef68
parent 8bff0f72
Loading
Loading
Loading
Loading
+1 −1
Changes for modules/ssl/ssl_engine_pphrase.c: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ void ssl_pphrase_Handle(server_rec *s, apr_pool_t *p)
        algoKey  = SSL_ALGO_UNKNOWN;

        /* Iterate through configured certificate files for this
         * cert. */
         * server. */
        for (i = 0, j = 0; i < SSL_AIDX_MAX
                 && (sc->server->pks->cert_files[i] != NULL
                     || sc->server->pkcs7); i++) {