dougm       02/01/23 14:02:24

  Modified:    perl-framework/t/conf/ssl ssl.conf.in
  Log:
  SSLMutex is not available on all platforms; just go with the defalt
  
  Revision  Changes    Path
  1.15      +1 -1      httpd-test/perl-framework/t/conf/ssl/ssl.conf.in
  
  Index: ssl.conf.in
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/t/conf/ssl/ssl.conf.in,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ssl.conf.in       17 Jan 2002 04:17:49 -0000      1.14
  +++ ssl.conf.in       23 Jan 2002 22:02:24 -0000      1.15
  @@ -13,7 +13,7 @@
       #SSLSessionCache        dbm:@ServerRoot@/logs/ssl_scache
       #SSLSessionCacheTimeout  300
   
  -    SSLMutex  file:@ServerRoot@/logs/ssl_mutex
  +    #SSLMutex  file:@ServerRoot@/logs/ssl_mutex
   
       SSLRandomSeed startup builtin
       SSLRandomSeed connect builtin
  
  
  

Reply via email to