[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Rich Salz
rsalz at openssl.org
Wed May 20 08:34:51 UTC 2015
The branch OpenSSL_1_0_2-stable has been updated
via 17b753f23a0b97f9a1db6c4d03e6cdff5a54f8f6 (commit)
from cdcb94eea7533da2d67e0fc8d393829a2498f1ad (commit)
- Log -----------------------------------------------------------------
commit 17b753f23a0b97f9a1db6c4d03e6cdff5a54f8f6
Author: StudioEtrange <StudioEtrange at github.com>
Date: Wed May 20 04:33:57 2015 -0400
GitHub284: Fix typo in xx-32.pl scripts.
Reviewed-by: Richard Levitte <levitte at openssl.org>
Signed-off-by: Rich Salz <rsalz 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 ed28e65..f7161d7 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 852eb30..da05e9d 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -357,7 +357,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