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:
85421c7
)
bn_sub_part_words() is unused in 0.9.7.
author
Ulf Möller
<ulf@openssl.org>
Sat, 22 Nov 2003 10:42:33 +0000
(10:42 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Sat, 22 Nov 2003 10:42:33 +0000
(10:42 +0000)
Spotted by Markus Friedl.
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 33f61259201a16c630df7c47d07f1ce2f6a8d319..c4de4a2beece42ce1e5a3eeaea60d6fd8ff55f4e 100644
(file)
--- a/
crypto/bn/asm/bn-586.pl
+++ b/
crypto/bn/asm/bn-586.pl
@@
-11,7
+11,7
@@
require "x86asm.pl";
&bn_div_words("bn_div_words");
&bn_add_words("bn_add_words");
&bn_sub_words("bn_sub_words");
-&bn_sub_part_words("bn_sub_part_words");
+
#
&bn_sub_part_words("bn_sub_part_words");
&asm_finish();