X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbf%2Fasm%2Fbf-586.pl;h=b74cfbafd4b05cc9f0d6e643a2df13ae836e92f7;hp=b556642c949a4fe21dc48263df9dfcc2a34da68c;hb=4d1f3f7a6c4dd0162c903c8fb96265db1ba0b91c;hpb=aff686df91d856511cf3570b7d8755300da22451 diff --git a/crypto/bf/asm/bf-586.pl b/crypto/bf/asm/bf-586.pl index b556642c94..b74cfbafd4 100644 --- a/crypto/bf/asm/bf-586.pl +++ b/crypto/bf/asm/bf-586.pl @@ -1,6 +1,7 @@ #!/usr/local/bin/perl -push(@INC,"perlasm","../../perlasm"); +$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; +push(@INC,"${dir}","${dir}../../perlasm"); require "x86asm.pl"; require "cbc.pl";