Merge from 1.0.0-stable branch.

This commit is contained in:
Dr. Stephen Henson 2009-04-23 16:32:42 +00:00
parent 8711efb498
commit ef236ec3b2
25 changed files with 121 additions and 116 deletions

View file

@ -31,6 +31,7 @@ if(! -x $openssl) {
foreach (split /$path_delim/, $ENV{PATH}) {
if(-x "$_/$openssl") {
$found = 1;
$openssl = "$_/$openssl";
last;
}
}