aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/md5/asm/md5-586.pl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/md5/asm/md5-586.pl')
-rw-r--r--openssl/crypto/md5/asm/md5-586.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/openssl/crypto/md5/asm/md5-586.pl b/openssl/crypto/md5/asm/md5-586.pl
index 76ac235f7..6cb66bb49 100644
--- a/openssl/crypto/md5/asm/md5-586.pl
+++ b/openssl/crypto/md5/asm/md5-586.pl
@@ -7,7 +7,8 @@
$normal=0;
-push(@INC,"perlasm","../../perlasm");
+$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
+push(@INC,"${dir}","${dir}../../perlasm");
require "x86asm.pl";
&asm_init($ARGV[0],$0);