From: Joe Orton Date: Wed, 1 Jun 2011 13:26:53 +0000 (+0000) Subject: * modules/ssl/ssl_engine_pphrase.c: Fix comment, no functional change. X-Git-Tag: 2.3.13~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=118ea1bddd8dc45cdb8cd9408b001f6624db8c4a;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/modules/ssl/ssl_engine_pphrase.c b/modules/ssl/ssl_engine_pphrase.c index deb8f92d74d..cb59c2e01f3 100644 --- a/modules/ssl/ssl_engine_pphrase.c +++ b/modules/ssl/ssl_engine_pphrase.c @@ -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++) {