You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by jo...@apache.org on 2004/02/17 17:45:46 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestSSLCA.pm

jorton      2004/02/17 08:45:46

  Modified:    perl-framework/Apache-Test/lib/Apache TestSSLCA.pm
  Log:
  Fix SSL CA generation.
  
  Revision  Changes    Path
  1.17      +1 -1      httpd-test/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm
  
  Index: TestSSLCA.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestSSLCA.pm,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -b -d -u -r1.16 -r1.17
  --- TestSSLCA.pm	9 Feb 2004 18:07:49 -0000	1.16
  +++ TestSSLCA.pm	17 Feb 2004 16:45:46 -0000	1.17
  @@ -170,7 +170,7 @@
   sub config_file {
       my $name = shift;
   
  -    my $file = "t/conf/$name.cnf";
  +    my $file = "conf/$name.cnf";
       return $file if -e $file;
   
       my $dn = dn($name);