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:
396df73
)
armv4-mont.pl: addenum to previous commit#19749.
author
Andy Polyakov
<appro@openssl.org>
Thu, 8 Jul 2010 15:06:01 +0000
(15:06 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 8 Jul 2010 15:06:01 +0000
(15:06 +0000)
crypto/bn/asm/armv4-mont.pl
patch
|
blob
|
history
diff --git
a/crypto/bn/asm/armv4-mont.pl
b/crypto/bn/asm/armv4-mont.pl
index 14e0d2d1dd5bcc07d00ae9912e212afced972315..a6fa7cb1bffcc72bb539aef63cc42c6349aeeb05 100644
(file)
--- a/
crypto/bn/asm/armv4-mont.pl
+++ b/
crypto/bn/asm/armv4-mont.pl
@@
-23,6
+23,9
@@
# than 1/2KB. Windows CE port would be trivial, as it's exclusively
# about decorations, ABI and instruction syntax are identical.
+while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
+open STDOUT,">$output";
+
$num="r0"; # starts as num argument, but holds &tp[num-1]
$ap="r1";
$bp="r2"; $bi="r2"; $rp="r2";