]> granicus.if.org Git - apache/commitdiff
* modules/ssl/ssl_engine_pphrase.c: Fix comment, no functional change.
authorJoe Orton <jorton@apache.org>
Wed, 1 Jun 2011 13:26:53 +0000 (13:26 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 1 Jun 2011 13:26:53 +0000 (13:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1130145 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_pphrase.c

index deb8f92d74de5c72ee5b74d99e12f7bb401c6217..cb59c2e01f3c14249e23e6852806fdc29926cb74 100644 (file)
@@ -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++) {