Home | History | Annotate | Download | only in tests

Lines Matching refs:conffile

68 my $conffile;         # stunnel configuration file
86 unlink($conffile) if($conffile && (-f $conffile));
184 $conffile = "$path/stunnel.conf";
267 $cmd = "$stunnel $conffile ";
273 if(open(STUNCONF, ">$conffile")) {
293 print "$ssltext Error closing file $conffile\n";
298 print "$ssltext Error writing file $conffile\n";
354 unlink($conffile) if($conffile && -f $conffile);