Skip to content

Commit

Permalink
Remove bogus comment: for SSLPassPhraseDialog exec:..., argv is
Browse files Browse the repository at this point in the history
defined and documented and can't be changed.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@105683 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
notroj committed Nov 4, 2004
1 parent dbdddf6 commit 2dd362f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ssl_engine_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ const char *ssl_cmd_SSLPassPhraseDialog(cmd_parms *cmd,
}
else if ((arglen > 5) && strEQn(arg, "exec:", 5)) {
sc->server->pphrase_dialog_type = SSL_PPTYPE_FILTER;
/* ### This is broken, exec: may contain args, no? */
sc->server->pphrase_dialog_path =
ap_server_root_relative(cmd->pool, arg+5);
if (!sc->server->pphrase_dialog_path) {
Expand Down

0 comments on commit 2dd362f

Please sign in to comment.