From: Daniel Stenberg Date: Mon, 17 Sep 2001 08:41:01 +0000 (+0000) Subject: changed the PEM path X-Git-Tag: curl-7_9~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=822f02313ddb9a0bca7ecd66e8758d99ab968b71;p=thirdparty%2Fcurl.git changed the PEM path --- diff --git a/tests/httpsserver.pl b/tests/httpsserver.pl index 1483f2bc4d..bf7b6e9d43 100644 --- a/tests/httpsserver.pl +++ b/tests/httpsserver.pl @@ -43,7 +43,7 @@ do { my $path = `pwd`; chomp $path; -my $cmd = "$stunnel -p $path/data/stunnel.pem -P $path/.https.pid -d $port -r $http"; +my $cmd = "$stunnel -p $path/stunnel.pem -P $path/.https.pid -d $port -r $http"; if($verbose) { print "$cmd\n";