projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c7af9c
)
util/fipslink.pl: fix typo.
author
Andy Polyakov
<appro@openssl.org>
Sat, 27 Oct 2012 21:21:09 +0000
(21:21 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 27 Oct 2012 21:21:09 +0000
(21:21 +0000)
util/fipslink.pl
patch
|
blob
|
history
diff --git
a/util/fipslink.pl
b/util/fipslink.pl
index 2eb033b7c582d3564b2ecb257cda09a3a7956a13..4b07036419e8d3c1e4703ca33e3e1036b5423ec9 100644
(file)
--- a/
util/fipslink.pl
+++ b/
util/fipslink.pl
@@
-46,7
+46,7
@@
system "$fips_link @ARGV";
die "First stage Link failure" if $? != 0;
if (defined($ENV{FIPS_SIG})) {
- system "$ENV{FIPS_SIG} $fips_target
\n
"
+ system "$ENV{FIPS_SIG} $fips_target"
die "$ENV{FIPS_SIG} $fips_target failed" if $? != 0;
exit;
}