| Index: openssl/crypto/bn/asm/x86/div.pl
|
| diff --git a/openssl/crypto/bn/asm/x86/div.pl b/openssl/crypto/bn/asm/x86/div.pl
|
| deleted file mode 100644
|
| index 0e90152caa95591373501ddbc3a97421a8931c5d..0000000000000000000000000000000000000000
|
| --- a/openssl/crypto/bn/asm/x86/div.pl
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -#!/usr/local/bin/perl
|
| -# x86 assember
|
| -
|
| -sub bn_div_words
|
| - {
|
| - local($name)=@_;
|
| -
|
| - &function_begin($name,"");
|
| - &mov("edx",&wparam(0)); #
|
| - &mov("eax",&wparam(1)); #
|
| - &mov("ebx",&wparam(2)); #
|
| - &div("ebx");
|
| - &function_end($name);
|
| - }
|
| -1;
|
|
|