aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-12-06 04:48:50 +0000
committerUlf Möller <ulf@openssl.org>2000-12-06 04:48:50 +0000
commita6576c56ddb2c09f6d78f6d29917eb1442c2c5f2 (patch)
tree6fa459aaeaf0d64dca3545109c5c0278e89f80c6
parent240f5169397272eb9ab4145b4a54ce6c65fc9b35 (diff)
downloadopenssl-a6576c56ddb2c09f6d78f6d29917eb1442c2c5f2.tar.gz
remove useless instruction
-rw-r--r--crypto/bn/asm/bn-586.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/bn/asm/bn-586.pl b/crypto/bn/asm/bn-586.pl
index 2a074effe2..7c41a243a8 100644
--- 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