[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Wed May 20 08:19:09 UTC 2015


The branch master has been updated
       via  3a114e616424825689482398cc7f9eb8d146f591 (commit)
      from  579734ced696125c0768a2f4e56e97939b0e6e49 (commit)


- Log -----------------------------------------------------------------
commit 3a114e616424825689482398cc7f9eb8d146f591
Author: StudioEtrange <StudioEtrange at github.com>
Date:   Wed May 20 02:17:14 2015 -0400

    GitHub284: Fix typo in xx-32.pl scripts.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 util/pl/BC-32.pl | 2 +-
 util/pl/VC-32.pl | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl
index b659227..fd5c4b6 100644
--- a/util/pl/BC-32.pl
+++ b/util/pl/BC-32.pl
@@ -130,7 +130,7 @@ sub do_link_rule
 	local($ret,$_);
 	
 	$file =~ s/\//$o/g if $o ne '/';
-	$n=&bname($targer);
+	$n=&bname($target);
 	$ret.="$target: $files $dep_libs\n";
 	$ret.="\t\$(LINK) \$(LFLAGS) $files \$(APP_EX_OBJ), $target,, $libs\n\n";
 	return($ret);
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
index d04b98a..bf6aebf 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -365,7 +365,7 @@ sub do_link_rule
 	my($target,$files,$dep_libs,$libs,$standalone)=@_;
 	local($ret,$_);
 	$file =~ s/\//$o/g if $o ne '/';
-	$n=&bname($targer);
+	$n=&bname($target);
 	$ret.="$target: $files $dep_libs\n";
 	if ($standalone == 1)
 		{
@@ -401,7 +401,7 @@ sub do_rlink_rule
 	my $files = "$rl_start $rl_mid $rl_end";
 
 	$file =~ s/\//$o/g if $o ne '/';
-	$n=&bname($targer);
+	$n=&bname($target);
 	$ret.="$target: $files $dep_libs \$(FIPS_SHA1_EXE)\n";
 	$ret.="\t\$(PERL) ms\\segrenam.pl \$\$a $rl_start\n";
 	$ret.="\t\$(PERL) ms\\segrenam.pl \$\$b $rl_mid\n";


More information about the openssl-commits mailing list