summaryrefslogtreecommitdiffstats
path: root/crypto/rc5
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-01-17 19:48:01 +0000
committerAndy Polyakov <appro@openssl.org>2008-01-17 19:48:01 +0000
commit339ad7ce736fedc92bee9adbe32eb9f6861abc99 (patch)
tree42c995de89ab9fa4cdc0ef09f96afd1ca01b184a /crypto/rc5
parent676517e08e9dbe4cfdc962efe62e24ed4a04ff09 (diff)
rc5/asm/rc5-586.pl was erroneously omitted from last perlasm unification.
Diffstat (limited to 'crypto/rc5')
-rw-r--r--crypto/rc5/asm/rc5-586.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/rc5/asm/rc5-586.pl b/crypto/rc5/asm/rc5-586.pl
index edff1d1e64..61ac6effc6 100644
--- a/crypto/rc5/asm/rc5-586.pl
+++ b/crypto/rc5/asm/rc5-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";