Home | History | Annotate | Download | only in tests

Lines Matching refs:conffile

66 my $conffile;         # stunnel configuration file
84 unlink($conffile) if($conffile && (-f $conffile));
182 $conffile = "$path/stunnel.conf";
265 $cmd = "$stunnel $conffile ";
271 if(open(STUNCONF, ">$conffile")) {
291 print "$ssltext Error closing file $conffile\n";
296 print "$ssltext Error writing file $conffile\n";
352 unlink($conffile) if($conffile && -f $conffile);