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:
0fba7a8
)
oops
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 19 May 2011 17:55:15 +0000
(17:55 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 19 May 2011 17:55:15 +0000
(17:55 +0000)
util/fipsas.pl
patch
|
blob
|
history
diff --git
a/util/fipsas.pl
b/util/fipsas.pl
index 39ce79dd90daed44e6239c7b43f8aac16c16da6c..cad7c08ca202af7ad9a9473f7ae1c11d40801e82 100644
(file)
--- a/
util/fipsas.pl
+++ b/
util/fipsas.pl
@@
-70,9
+70,9
@@
if ($runasm)
{
# run assembler
system @ARGS;
-print STDERR "RUNNING: @ARGS\n";
+
my $rv = $?;
-exit 0;
+
# restore target
unlink $target;
rename "tmptarg.s", $target;