]> granicus.if.org Git - apache/commitdiff
Remove bogus comment: for SSLPassPhraseDialog exec:..., argv is
authorJoe Orton <jorton@apache.org>
Thu, 4 Nov 2004 18:54:25 +0000 (18:54 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 4 Nov 2004 18:54:25 +0000 (18:54 +0000)
defined and documented and can't be changed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105683 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_config.c

index d43810929ab369ca558ffab4f195e4dd8334284e..bd92b6a202538bcbeac0adbbb770b5b5d7888c19 100644 (file)
@@ -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) {