diff options
Diffstat (limited to 'src/lib/libcrypto/cast/asm/cast-586.pl')
-rw-r--r-- | src/lib/libcrypto/cast/asm/cast-586.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/cast/asm/cast-586.pl b/src/lib/libcrypto/cast/asm/cast-586.pl index 0ed55d1905..7a0083ecb8 100644 --- a/src/lib/libcrypto/cast/asm/cast-586.pl +++ b/src/lib/libcrypto/cast/asm/cast-586.pl | |||
@@ -3,7 +3,8 @@ | |||
3 | # define for pentium pro friendly version | 3 | # define for pentium pro friendly version |
4 | $ppro=1; | 4 | $ppro=1; |
5 | 5 | ||
6 | push(@INC,"perlasm","../../perlasm"); | 6 | $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; |
7 | push(@INC,"${dir}","${dir}../../perlasm"); | ||
7 | require "x86asm.pl"; | 8 | require "x86asm.pl"; |
8 | require "cbc.pl"; | 9 | require "cbc.pl"; |
9 | 10 | ||