diff options
Diffstat (limited to 'src/lib/libcrypto/md5/asm/md5-586.pl')
-rw-r--r-- | src/lib/libcrypto/md5/asm/md5-586.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/md5/asm/md5-586.pl b/src/lib/libcrypto/md5/asm/md5-586.pl index 76ac235f7d..6cb66bb499 100644 --- a/src/lib/libcrypto/md5/asm/md5-586.pl +++ b/src/lib/libcrypto/md5/asm/md5-586.pl | |||
@@ -7,7 +7,8 @@ | |||
7 | 7 | ||
8 | $normal=0; | 8 | $normal=0; |
9 | 9 | ||
10 | push(@INC,"perlasm","../../perlasm"); | 10 | $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; |
11 | push(@INC,"${dir}","${dir}../../perlasm"); | ||
11 | require "x86asm.pl"; | 12 | require "x86asm.pl"; |
12 | 13 | ||
13 | &asm_init($ARGV[0],$0); | 14 | &asm_init($ARGV[0],$0); |