diff options
Diffstat (limited to 'src/lib/libcrypto/des/asm/crypt586.pl')
-rw-r--r-- | src/lib/libcrypto/des/asm/crypt586.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/asm/crypt586.pl b/src/lib/libcrypto/des/asm/crypt586.pl index 1d04ed6def..e36f7d44bd 100644 --- a/src/lib/libcrypto/des/asm/crypt586.pl +++ b/src/lib/libcrypto/des/asm/crypt586.pl | |||
@@ -6,7 +6,8 @@ | |||
6 | # things perfect. | 6 | # things perfect. |
7 | # | 7 | # |
8 | 8 | ||
9 | push(@INC,"perlasm","../../perlasm"); | 9 | $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; |
10 | push(@INC,"${dir}","${dir}../../perlasm"); | ||
10 | require "x86asm.pl"; | 11 | require "x86asm.pl"; |
11 | 12 | ||
12 | &asm_init($ARGV[0],"crypt586.pl"); | 13 | &asm_init($ARGV[0],"crypt586.pl"); |
@@ -22,7 +23,7 @@ sub fcrypt_body | |||
22 | { | 23 | { |
23 | local($name,$do_ip)=@_; | 24 | local($name,$do_ip)=@_; |
24 | 25 | ||
25 | &function_begin($name,"EXTRN _DES_SPtrans:DWORD"); | 26 | &function_begin($name); |
26 | 27 | ||
27 | &comment(""); | 28 | &comment(""); |
28 | &comment("Load the 2 words"); | 29 | &comment("Load the 2 words"); |