X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=userapps%2Fopensource%2Fopenssl%2Fcrypto%2Fbn%2Fasm%2Fbn-586.pl;h=c4de4a2beece42ce1e5a3eeaea60d6fd8ff55f4e;hb=864458111a0e69d94bbae210d5b7349ca072a6b7;hp=33f61259201a16c630df7c47d07f1ce2f6a8d319;hpb=a69849c98808437716b821267cd97529c56f45b0;p=bcm963xx.git diff --git a/userapps/opensource/openssl/crypto/bn/asm/bn-586.pl b/userapps/opensource/openssl/crypto/bn/asm/bn-586.pl index 33f61259..c4de4a2b 100755 --- a/userapps/opensource/openssl/crypto/bn/asm/bn-586.pl +++ b/userapps/opensource/openssl/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();