From: Ulf Möller Date: Sat, 22 Nov 2003 10:42:33 +0000 (+0000) Subject: bn_sub_part_words() is unused in 0.9.7. X-Git-Tag: OpenSSL_0_9_7d~78 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=28474e26f431334f5cc3e0ff8bfecd1fbe5244ca;p=oweals%2Fopenssl.git bn_sub_part_words() is unused in 0.9.7. Spotted by Markus Friedl. --- diff --git a/crypto/bn/asm/bn-586.pl b/crypto/bn/asm/bn-586.pl index 33f6125920..c4de4a2bee 100644 --- 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();