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