You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2004/11/04 19:54:25 UTC

cvs commit: httpd-2.0/modules/ssl ssl_engine_config.c

jorton      2004/11/04 10:54:25

  Modified:    modules/ssl ssl_engine_config.c
  Log:
  Remove bogus comment: for SSLPassPhraseDialog exec:..., argv is
  defined and documented and can't be changed.
  
  Revision  Changes    Path
  1.95      +0 -1      httpd-2.0/modules/ssl/ssl_engine_config.c
  
  Index: ssl_engine_config.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/ssl/ssl_engine_config.c,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -d -w -u -r1.94 -r1.95
  --- ssl_engine_config.c	3 Jun 2004 15:00:15 -0000	1.94
  +++ ssl_engine_config.c	4 Nov 2004 18:54:25 -0000	1.95
  @@ -445,7 +445,6 @@
       }
       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) {