[openssl-commits] [openssl] OpenSSL_1_0_0-stable update

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


The branch OpenSSL_1_0_0-stable has been updated
       via  ea04412c1338e3730064c902db180ca534d450b2 (commit)
      from  2dff75f4dff0199719eca03e01b6ef23d91ceebc (commit)


- Log -----------------------------------------------------------------
commit ea04412c1338e3730064c902db180ca534d450b2
Author: StudioEtrange <StudioEtrange at github.com>
Date:   Wed May 20 04:36:44 2015 -0400

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

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

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

diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl
index b41bb45..6d03664 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 5f25fc4..92bee11 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -300,7 +300,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) $efile$target @<<\n";
 	$ret.="  \$(APP_EX_OBJ) $files $libs\n<<\n";


More information about the openssl-commits mailing list