[openssl-commits] [openssl] OpenSSL_1_0_1-stable update
Rich Salz
rsalz at openssl.org
Wed May 20 08:36:23 UTC 2015
The branch OpenSSL_1_0_1-stable has been updated
via 5a1f055d91515058f50a8105f4b0d12cfa09d5fb (commit)
from e96de9822eea06f43d4104fc2d055d7895b08834 (commit)
- Log -----------------------------------------------------------------
commit 5a1f055d91515058f50a8105f4b0d12cfa09d5fb
Author: StudioEtrange <StudioEtrange at github.com>
Date: Wed May 20 04:35:39 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 3705fc7..b597998 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -341,7 +341,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)
{
More information about the openssl-commits
mailing list