diff options
| author | djm <> | 2010-10-01 22:59:01 +0000 |
|---|---|---|
| committer | djm <> | 2010-10-01 22:59:01 +0000 |
| commit | 8922d4bc4a8b8893d72a48deb2cdf58215f98505 (patch) | |
| tree | 939b752540947d33507b3acc48d76a8bfb7c3dc3 /src/lib/libcrypto/des/asm/crypt586.pl | |
| parent | 76262f7bf9262f965142b1b2b2105cb279c5c696 (diff) | |
| download | openbsd-8922d4bc4a8b8893d72a48deb2cdf58215f98505.tar.gz openbsd-8922d4bc4a8b8893d72a48deb2cdf58215f98505.tar.bz2 openbsd-8922d4bc4a8b8893d72a48deb2cdf58215f98505.zip | |
resolve conflicts, fix local changes
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"); |
