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:
240f516
)
remove useless instruction
author
Ulf Möller
<ulf@openssl.org>
Wed, 6 Dec 2000 04:48:50 +0000
(
04:48
+0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 6 Dec 2000 04:48:50 +0000
(
04:48
+0000)
crypto/bn/asm/bn-586.pl
patch
|
blob
|
history
diff --git
a/crypto/bn/asm/bn-586.pl
b/crypto/bn/asm/bn-586.pl
index 2a074effe27f099d76d1b01f78d5f4261c394e24..7c41a243a8965497a0b4b7b6de97925a5814d11b 100644
(file)
--- a/
crypto/bn/asm/bn-586.pl
+++ b/
crypto/bn/asm/bn-586.pl
@@
-456,8
+456,6
@@
sub bn_sub_part_words
&cmp(&wparam(4),0);
&je(&label("pw_end"));
- &mov($num,&wparam(3)); # get num
-
&mov($num,&wparam(4)); # get dl
&cmp($num,0);
&je(&label("pw_end")); # unnoetig