projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab0d68b
)
* modules/ssl/ssl_engine_pphrase.c: Fix comment, no functional change.
author
Joe Orton
<jorton@apache.org>
Wed, 1 Jun 2011 13:26:53 +0000
(13:26 +0000)
committer
Joe 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
patch
|
blob
|
history
diff --git
a/modules/ssl/ssl_engine_pphrase.c
b/modules/ssl/ssl_engine_pphrase.c
index deb8f92d74de5c72ee5b74d99e12f7bb401c6217..cb59c2e01f3c14249e23e6852806fdc29926cb74 100644
(file)
--- 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++) {